Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Base / System / Windows / Markup / DateTimeValueSerializerContext.cs / 1 / 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
- SharedPersonalizationStateInfo.cs
- DbFunctionCommandTree.cs
- EventSource.cs
- NullableBoolConverter.cs
- NullableDecimalAverageAggregationOperator.cs
- XmlSchemaNotation.cs
- OutputCacheSettingsSection.cs
- BitmapEffectGroup.cs
- tooltip.cs
- RoleGroup.cs
- ElementMarkupObject.cs
- UniqueIdentifierService.cs
- WindowsScrollBarBits.cs
- FontFamily.cs
- HtmlInputRadioButton.cs
- ToolBar.cs
- DesignerLinkAdapter.cs
- SqlDelegatedTransaction.cs
- WebPartDescriptionCollection.cs
- SharedDp.cs
- SystemResources.cs
- StorageInfo.cs
- GeometryModel3D.cs
- TablePattern.cs
- FixedTextView.cs
- QueryExpression.cs
- DbDeleteCommandTree.cs
- UIAgentInitializationException.cs
- Selection.cs
- WinOEToolBoxItem.cs
- SHA1.cs
- ResetableIterator.cs
- EventLevel.cs
- PlanCompilerUtil.cs
- BindingBase.cs
- SymbolEqualComparer.cs
- MemoryMappedViewAccessor.cs
- MaterialGroup.cs
- SchemaEntity.cs
- XhtmlBasicTextBoxAdapter.cs
- AsyncOperation.cs
- SyndicationSerializer.cs
- CompositionCommandSet.cs
- Set.cs
- SafeHandle.cs
- RectangleGeometry.cs
- Command.cs
- ScrollPattern.cs
- XmlBinaryWriterSession.cs
- ProxyWebPartManager.cs
- Keywords.cs
- Polyline.cs
- UrlMapping.cs
- StringSource.cs
- DocumentPaginator.cs
- Point3DCollection.cs
- NotificationContext.cs
- ISSmlParser.cs
- ResXFileRef.cs
- PrePrepareMethodAttribute.cs
- TemplateControl.cs
- DynamicEntity.cs
- DrawingContext.cs
- ConnectionStringsSection.cs
- objectresult_tresulttype.cs
- HMACSHA256.cs
- DemultiplexingClientMessageFormatter.cs
- Floater.cs
- XmlSchemaSimpleContentRestriction.cs
- FilteredReadOnlyMetadataCollection.cs
- EditorPartChrome.cs
- XamlPointCollectionSerializer.cs
- KnowledgeBase.cs
- Stroke2.cs
- DocumentViewerBase.cs
- SecurityTokenTypes.cs
- FixedSOMPageElement.cs
- ToolStripComboBox.cs
- OleDbParameter.cs
- SqlConnectionFactory.cs
- XmlDocument.cs
- SqlLiftWhereClauses.cs
- LingerOption.cs
- KeyInfo.cs
- RemotingService.cs
- ListViewTableRow.cs
- PointCollection.cs
- Point3DConverter.cs
- AttributeAction.cs
- ListBoxAutomationPeer.cs
- FixedNode.cs
- MappingException.cs
- WindowsFormsDesignerOptionService.cs
- TextRangeSerialization.cs
- FilterElement.cs
- MemberDescriptor.cs
- HttpStaticObjectsCollectionBase.cs
- TextServicesManager.cs
- TreeNodeEventArgs.cs
- AssociationTypeEmitter.cs