Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Vector3DValueSerializer.cs / 2 / Vector3DValueSerializer.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Internal.Collections; using MS.Internal.PresentationCore; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows.Markup; using System.Windows.Media.Media3D.Converters; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; using System.Windows.Media.Imaging; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Media3D.Converters { ////// Vector3DValueSerializer - ValueSerializer class for converting instances of strings to and from Vector3D instances /// This is used by the MarkupWriter class. /// public class Vector3DValueSerializer : ValueSerializer { ////// Returns true. /// public override bool CanConvertFromString(string value, IValueSerializerContext context) { return true; } ////// Returns true if the given value can be converted into a string /// public override bool CanConvertToString(object value, IValueSerializerContext context) { // Validate the input type if (!(value is Vector3D)) { return false; } return true; } ////// Converts a string into a Vector3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Vector3D.Parse(value ); } else { return base.ConvertFromString( value, context ); } } ////// Converts the value into a string. /// public override string ConvertToString(object value, IValueSerializerContext context) { if (value is Vector3D) { Vector3D instance = (Vector3D) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, CultureInfo.GetCultureInfo("en-us") ); } return base.ConvertToString(value, context); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Internal.Collections; using MS.Internal.PresentationCore; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows.Markup; using System.Windows.Media.Media3D.Converters; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; using System.Windows.Media.Imaging; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Media3D.Converters { ////// Vector3DValueSerializer - ValueSerializer class for converting instances of strings to and from Vector3D instances /// This is used by the MarkupWriter class. /// public class Vector3DValueSerializer : ValueSerializer { ////// Returns true. /// public override bool CanConvertFromString(string value, IValueSerializerContext context) { return true; } ////// Returns true if the given value can be converted into a string /// public override bool CanConvertToString(object value, IValueSerializerContext context) { // Validate the input type if (!(value is Vector3D)) { return false; } return true; } ////// Converts a string into a Vector3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Vector3D.Parse(value ); } else { return base.ConvertFromString( value, context ); } } ////// Converts the value into a string. /// public override string ConvertToString(object value, IValueSerializerContext context) { if (value is Vector3D) { Vector3D instance = (Vector3D) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, CultureInfo.GetCultureInfo("en-us") ); } return base.ConvertToString(value, context); } } } // 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
- ImagingCache.cs
- ContextMarshalException.cs
- XmlNamespaceMappingCollection.cs
- ResourceProviderFactory.cs
- RemoveStoryboard.cs
- TypeBuilderInstantiation.cs
- ExceptionRoutedEventArgs.cs
- TypeUtil.cs
- RegistrySecurity.cs
- Math.cs
- FileSystemWatcher.cs
- MimeTypeMapper.cs
- UriSection.cs
- RegistryPermission.cs
- Journal.cs
- TagMapInfo.cs
- SharingService.cs
- ServicesSection.cs
- ControlPaint.cs
- SQLInt64.cs
- PartitionedStreamMerger.cs
- RegisteredExpandoAttribute.cs
- ErrorEventArgs.cs
- RouteTable.cs
- EtwTrace.cs
- PeerContact.cs
- CodeBinaryOperatorExpression.cs
- DispatcherEventArgs.cs
- Style.cs
- DictionaryContent.cs
- SoapCommonClasses.cs
- JsonReaderDelegator.cs
- SmtpNegotiateAuthenticationModule.cs
- DataControlButton.cs
- CustomErrorCollection.cs
- MessageContractAttribute.cs
- GuidelineSet.cs
- ExpressionBuilder.cs
- ExceptionRoutedEventArgs.cs
- ColumnWidthChangingEvent.cs
- TemplateInstanceAttribute.cs
- UdpConstants.cs
- HttpInputStream.cs
- objectresult_tresulttype.cs
- IndependentAnimationStorage.cs
- PersonalizationProviderHelper.cs
- InitializationEventAttribute.cs
- SQLConvert.cs
- HandlerWithFactory.cs
- TransactedBatchingBehavior.cs
- WindowsScrollBarBits.cs
- X509Certificate2.cs
- PropertyChange.cs
- InvokeAction.cs
- WorkflowTraceTransfer.cs
- CodeBlockBuilder.cs
- EntitySetRetriever.cs
- UndoEngine.cs
- DataGridViewCellValidatingEventArgs.cs
- Overlapped.cs
- CommandBinding.cs
- Ray3DHitTestResult.cs
- AssertFilter.cs
- ClrPerspective.cs
- SessionStateSection.cs
- FixedTextPointer.cs
- ObjectSpanRewriter.cs
- WebPartAuthorizationEventArgs.cs
- ParallelTimeline.cs
- DynamicRenderer.cs
- CmsUtils.cs
- WebRequestModulesSection.cs
- IisTraceWebEventProvider.cs
- Inline.cs
- MutableAssemblyCacheEntry.cs
- DummyDataSource.cs
- DataSourceXmlAttributeAttribute.cs
- CultureInfo.cs
- Stack.cs
- SessionStateItemCollection.cs
- CharEnumerator.cs
- ExpressionBindings.cs
- SharedStatics.cs
- sqlmetadatafactory.cs
- _IPv4Address.cs
- TagPrefixCollection.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- SqlUDTStorage.cs
- HtmlControlDesigner.cs
- DropShadowBitmapEffect.cs
- TransformerInfo.cs
- DbConnectionPoolIdentity.cs
- CopyAttributesAction.cs
- FileUpload.cs
- storepermission.cs
- HttpHandlerAction.cs
- StrokeNodeOperations.cs
- DropShadowBitmapEffect.cs
- DesignTimeTemplateParser.cs
- XsltConvert.cs