Code:
/ 4.0 / 4.0 / 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. /****************************************************************************\ * * 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
- TextBoxLine.cs
- BrowserDefinition.cs
- CompiledRegexRunner.cs
- InheritanceAttribute.cs
- Point4D.cs
- SupportedAddressingMode.cs
- FileInfo.cs
- SqlProcedureAttribute.cs
- WebPartVerbsEventArgs.cs
- InputLangChangeRequestEvent.cs
- SectionUpdates.cs
- ChtmlPhoneCallAdapter.cs
- ToolStripSettings.cs
- DefaultEventAttribute.cs
- HttpProfileGroupBase.cs
- ServiceBuildProvider.cs
- LinkGrep.cs
- InstanceData.cs
- CodeTypeConstructor.cs
- WizardSideBarListControlItemEventArgs.cs
- MetadataImporter.cs
- DbParameterCollectionHelper.cs
- WeakEventTable.cs
- QueryCursorEventArgs.cs
- Scheduler.cs
- PropertyIDSet.cs
- FacetChecker.cs
- webclient.cs
- CallInfo.cs
- RegisterResponseInfo.cs
- SessionPageStatePersister.cs
- DelimitedListTraceListener.cs
- DashStyle.cs
- Positioning.cs
- Int32.cs
- OrderedDictionary.cs
- PerfService.cs
- PrtCap_Reader.cs
- VScrollProperties.cs
- ScaleTransform3D.cs
- XmlSerializationReader.cs
- FileIOPermission.cs
- TableRowCollection.cs
- IndicFontClient.cs
- InlineObject.cs
- externdll.cs
- StorageMappingItemCollection.cs
- MsmqTransportElement.cs
- XmlWhitespace.cs
- GridEntryCollection.cs
- CompilerLocalReference.cs
- JournalEntryStack.cs
- ArrayWithOffset.cs
- XmlSchemaSimpleContentRestriction.cs
- RadialGradientBrush.cs
- DbConnectionClosed.cs
- compensatingcollection.cs
- AnnotationComponentChooser.cs
- FontResourceCache.cs
- ClientConfigurationHost.cs
- FunctionDetailsReader.cs
- ProxyWebPart.cs
- HttpCapabilitiesSectionHandler.cs
- PrintControllerWithStatusDialog.cs
- Lease.cs
- TextTreeInsertUndoUnit.cs
- PathData.cs
- EntityType.cs
- SoapSchemaMember.cs
- SecurityKeyUsage.cs
- AppSecurityManager.cs
- PrintPreviewDialog.cs
- FontWeights.cs
- Dynamic.cs
- MatchSingleFxEngineOpcode.cs
- FullTrustAssemblyCollection.cs
- __Filters.cs
- ImageMap.cs
- Preprocessor.cs
- Logging.cs
- ParsedAttributeCollection.cs
- _CommandStream.cs
- SqlUserDefinedTypeAttribute.cs
- SqlServer2KCompatibilityCheck.cs
- DocumentPropertiesDialog.cs
- WindowsListViewGroupSubsetLink.cs
- DataGridDetailsPresenterAutomationPeer.cs
- CollectionType.cs
- UpDownBase.cs
- EntityDataSourceStatementEditor.cs
- ThemeDirectoryCompiler.cs
- SoapSchemaExporter.cs
- SendKeys.cs
- TextEditorThreadLocalStore.cs
- RenamedEventArgs.cs
- BinHexDecoder.cs
- EventEntry.cs
- dataobject.cs
- OleDbParameter.cs
- RoutedUICommand.cs