Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Markup / DateTimeValueSerializerContext.cs / 1305600 / DateTimeValueSerializerContext.cs
/****************************************************************************\ * * File: DateTimeValueSerializerContext.cs * \***************************************************************************/ using System.Globalization; using System.Text; using System.ComponentModel; namespace System.Windows.Markup { // This is a helper class used by the DateTimeConverter2 to call the DateTimeValueSerializer. // It provides no functionality. internal class DateTimeValueSerializerContext : IValueSerializerContext { public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) { return null; } public ValueSerializer GetValueSerializerFor(Type type) { return null; } public IContainer Container { get { return null; } } public object Instance { get { return null; } } public void OnComponentChanged() { } public bool OnComponentChanging() { return false; } public PropertyDescriptor PropertyDescriptor { get { return null; } } public object GetService(Type serviceType) { return null; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RequestCacheEntry.cs
- TimelineGroup.cs
- DeviceContext.cs
- XpsColorContext.cs
- _CacheStreams.cs
- MarkupObject.cs
- EdmFunctions.cs
- TreeViewImageIndexConverter.cs
- BitmapPalettes.cs
- WindowsTreeView.cs
- ExpressionBuilder.cs
- XPathExpr.cs
- NameTable.cs
- SQLDateTime.cs
- Camera.cs
- AttributeSetAction.cs
- CodeAccessSecurityEngine.cs
- XPathEmptyIterator.cs
- Context.cs
- PropertyPathConverter.cs
- Baml2006ReaderSettings.cs
- TrueReadOnlyCollection.cs
- EventLogConfiguration.cs
- WebPartCatalogCloseVerb.cs
- SqlTriggerContext.cs
- ServiceModelActivationSectionGroup.cs
- Stylus.cs
- HTMLTextWriter.cs
- DataGridViewBand.cs
- PartialCachingAttribute.cs
- MenuItemStyleCollection.cs
- GenericIdentity.cs
- DataGridParentRows.cs
- OracleRowUpdatingEventArgs.cs
- ExceptionUtil.cs
- IPEndPoint.cs
- NGCUIElementCollectionSerializerAsync.cs
- NavigationProperty.cs
- NullableBoolConverter.cs
- FontSizeConverter.cs
- FileAccessException.cs
- formatter.cs
- DataGridViewButtonCell.cs
- OrthographicCamera.cs
- BitmapImage.cs
- AddInToken.cs
- AccessedThroughPropertyAttribute.cs
- ConsoleKeyInfo.cs
- SocketAddress.cs
- WebBrowserNavigatingEventHandler.cs
- Composition.cs
- AdCreatedEventArgs.cs
- ToolStripDropDownItem.cs
- TypeSystemHelpers.cs
- FontDriver.cs
- MenuItemStyle.cs
- Mapping.cs
- smtppermission.cs
- ScheduleChanges.cs
- TypedTableBase.cs
- TargetParameterCountException.cs
- ObfuscationAttribute.cs
- TriState.cs
- HitTestDrawingContextWalker.cs
- TreeViewImageKeyConverter.cs
- CngKeyBlobFormat.cs
- SoapInteropTypes.cs
- OleDragDropHandler.cs
- WebCategoryAttribute.cs
- TreeSet.cs
- SmtpLoginAuthenticationModule.cs
- TextDecorations.cs
- EmptyEnumerator.cs
- TemplateBindingExtension.cs
- DataTemplateKey.cs
- bidPrivateBase.cs
- FtpRequestCacheValidator.cs
- _UncName.cs
- FlowDecisionLabelFeature.cs
- NavigationWindow.cs
- TraceHandler.cs
- OleDbFactory.cs
- ToolStripSplitButton.cs
- StyleCollection.cs
- EdmSchemaError.cs
- DbQueryCommandTree.cs
- ZipPackagePart.cs
- AsyncResult.cs
- SubpageParagraph.cs
- bindurihelper.cs
- DuplicateWaitObjectException.cs
- RectangleGeometry.cs
- Rect.cs
- DiscoveryMessageSequenceCD1.cs
- TreePrinter.cs
- ImageCodecInfoPrivate.cs
- Pair.cs
- HashAlgorithm.cs
- ModifyActivitiesPropertyDescriptor.cs
- AliasGenerator.cs