Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Vector3DValueSerializer.cs / 1305600 / 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, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS); } 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, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS); } 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
- ConversionContext.cs
- StorageSetMapping.cs
- InvalidOleVariantTypeException.cs
- UTF32Encoding.cs
- DataObjectCopyingEventArgs.cs
- StringValueConverter.cs
- EntityCommandExecutionException.cs
- EventMappingSettingsCollection.cs
- ExpressionContext.cs
- CacheRequest.cs
- TdsParserStaticMethods.cs
- GifBitmapDecoder.cs
- WebPartZoneCollection.cs
- TranslateTransform.cs
- TextTrailingWordEllipsis.cs
- DataColumnChangeEvent.cs
- SqlDataSourceStatusEventArgs.cs
- ObjectView.cs
- HttpResponse.cs
- InstanceLockQueryResult.cs
- RoleService.cs
- XmlDataCollection.cs
- DataGridItem.cs
- Logging.cs
- MetadataUtilsSmi.cs
- HashMembershipCondition.cs
- XmlnsCompatibleWithAttribute.cs
- InsufficientMemoryException.cs
- WebPartDisplayModeCollection.cs
- NamedPipeTransportElement.cs
- unitconverter.cs
- DoubleLinkListEnumerator.cs
- BinaryUtilClasses.cs
- DataSourceView.cs
- CollectionMarkupSerializer.cs
- SequenceRangeCollection.cs
- PropertyValue.cs
- RegexMatch.cs
- DelimitedListTraceListener.cs
- InputScope.cs
- ReferencedCollectionType.cs
- TextServicesHost.cs
- ProviderCommandInfoUtils.cs
- QualifiedCellIdBoolean.cs
- CheckBox.cs
- KeyValueConfigurationElement.cs
- RecognizedAudio.cs
- HtmlSelectionListAdapter.cs
- NullReferenceException.cs
- SparseMemoryStream.cs
- PointLightBase.cs
- ParallelTimeline.cs
- RenamedEventArgs.cs
- UTF8Encoding.cs
- IxmlLineInfo.cs
- DSASignatureDeformatter.cs
- PointIndependentAnimationStorage.cs
- Int16.cs
- UrlMappingsModule.cs
- XPathNodeIterator.cs
- RouteTable.cs
- Evidence.cs
- DoubleConverter.cs
- RemotingConfiguration.cs
- X509Certificate2.cs
- PageParser.cs
- DataGridViewCellCollection.cs
- FolderBrowserDialog.cs
- HandleCollector.cs
- ModifierKeysConverter.cs
- DataGridCommandEventArgs.cs
- CompilerParameters.cs
- ToolStripDropDown.cs
- SqlInternalConnection.cs
- InputEventArgs.cs
- _UncName.cs
- DataTable.cs
- LicenseContext.cs
- DataServiceQueryProvider.cs
- DataListCommandEventArgs.cs
- NullableLongAverageAggregationOperator.cs
- BitmapMetadataBlob.cs
- LockRecursionException.cs
- XmlSchemaException.cs
- XhtmlBasicLiteralTextAdapter.cs
- KeyPressEvent.cs
- PlainXmlWriter.cs
- IIS7UserPrincipal.cs
- ParameterModifier.cs
- PerspectiveCamera.cs
- KeyedCollection.cs
- VersionUtil.cs
- unitconverter.cs
- RemotingSurrogateSelector.cs
- CompressedStack.cs
- BuildProvider.cs
- EncryptedKeyIdentifierClause.cs
- ContextInformation.cs
- DefaultAsyncDataDispatcher.cs
- ColorConvertedBitmap.cs