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
- SafeBitVector32.cs
- ComponentCodeDomSerializer.cs
- AccessDataSource.cs
- XmlSchemaSequence.cs
- XamlNamespaceHelper.cs
- HGlobalSafeHandle.cs
- GPRECT.cs
- Route.cs
- WebAdminConfigurationHelper.cs
- RangeValuePattern.cs
- remotingproxy.cs
- CapabilitiesPattern.cs
- OperatingSystemVersionCheck.cs
- HtmlMeta.cs
- UnauthorizedAccessException.cs
- CheckBoxAutomationPeer.cs
- BasicExpressionVisitor.cs
- WebReferenceOptions.cs
- VirtualizedItemPattern.cs
- TypedAsyncResult.cs
- ConsumerConnectionPoint.cs
- CodeThrowExceptionStatement.cs
- UriWriter.cs
- AppDomainProtocolHandler.cs
- DateTimeConstantAttribute.cs
- FormatterConverter.cs
- filewebresponse.cs
- SqlDataReaderSmi.cs
- CodeExporter.cs
- versioninfo.cs
- DataGridTextBox.cs
- TextEndOfParagraph.cs
- EditCommandColumn.cs
- PersistenceTypeAttribute.cs
- UseAttributeSetsAction.cs
- UIPropertyMetadata.cs
- XPathDocument.cs
- EventRoute.cs
- ProfileModule.cs
- shaper.cs
- DocumentGridPage.cs
- XmlRawWriterWrapper.cs
- TypePropertyEditor.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- SimpleBitVector32.cs
- UnknownBitmapDecoder.cs
- MethodBody.cs
- SystemIPv6InterfaceProperties.cs
- DbConnectionFactory.cs
- DataControlFieldCell.cs
- BaseAppDomainProtocolHandler.cs
- CheckBoxStandardAdapter.cs
- HtmlElementCollection.cs
- EdgeProfileValidation.cs
- TypeExtension.cs
- TerminateDesigner.cs
- MarkupObject.cs
- EntitySqlException.cs
- LineServicesRun.cs
- SplashScreen.cs
- RegexStringValidator.cs
- LineServices.cs
- DependencyObjectProvider.cs
- ToolTipAutomationPeer.cs
- CommentEmitter.cs
- ChameleonKey.cs
- PreApplicationStartMethodAttribute.cs
- IssuedTokenClientElement.cs
- AsymmetricKeyExchangeFormatter.cs
- Stream.cs
- CommandHelper.cs
- ToolStripSplitButton.cs
- FullTextBreakpoint.cs
- MemberPath.cs
- ToggleButton.cs
- ComponentSerializationService.cs
- GeneralTransform3DGroup.cs
- LinkedDataMemberFieldEditor.cs
- Literal.cs
- RowParagraph.cs
- FormViewInsertedEventArgs.cs
- EntityCommandExecutionException.cs
- ObjectStateManagerMetadata.cs
- DirectoryObjectSecurity.cs
- MailMessage.cs
- PersistenceProviderBehavior.cs
- BinaryConverter.cs
- WebPartDisplayModeCollection.cs
- PropertyValueChangedEvent.cs
- ArgumentException.cs
- LongTypeConverter.cs
- GeometryHitTestParameters.cs
- AnnotationService.cs
- ItemAutomationPeer.cs
- DataGridViewCellParsingEventArgs.cs
- TextEditorParagraphs.cs
- ZeroOpNode.cs
- ElementsClipboardData.cs
- WorkflowOperationBehavior.cs
- CompiledQuery.cs