Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Rect3DValueSerializer.cs / 1305600 / Rect3DValueSerializer.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 { ////// Rect3DValueSerializer - ValueSerializer class for converting instances of strings to and from Rect3D instances /// This is used by the MarkupWriter class. /// public class Rect3DValueSerializer : 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 Rect3D)) { return false; } return true; } ////// Converts a string into a Rect3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect3D.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 Rect3D) { Rect3D instance = (Rect3D) 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 { ////// Rect3DValueSerializer - ValueSerializer class for converting instances of strings to and from Rect3D instances /// This is used by the MarkupWriter class. /// public class Rect3DValueSerializer : 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 Rect3D)) { return false; } return true; } ////// Converts a string into a Rect3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect3D.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 Rect3D) { Rect3D instance = (Rect3D) 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
- GridItemPatternIdentifiers.cs
- OleDbInfoMessageEvent.cs
- ObjectPersistData.cs
- BaseValidator.cs
- FilterQuery.cs
- ResourcesBuildProvider.cs
- TreeView.cs
- AttributeUsageAttribute.cs
- DirectionalLight.cs
- PrimitiveXmlSerializers.cs
- NameService.cs
- SQLCharsStorage.cs
- SystemColorTracker.cs
- SpecularMaterial.cs
- AddDataControlFieldDialog.cs
- EngineSite.cs
- MetafileHeaderEmf.cs
- GeneralTransform3DCollection.cs
- Schema.cs
- UpdatableGenericsFeature.cs
- StreamReader.cs
- QueryResult.cs
- ExtensionSimplifierMarkupObject.cs
- UpdateManifestForBrowserApplication.cs
- LayoutEvent.cs
- VerificationAttribute.cs
- XamlBrushSerializer.cs
- ManagementClass.cs
- PeerApplicationLaunchInfo.cs
- HtmlTitle.cs
- ReferentialConstraint.cs
- _AutoWebProxyScriptHelper.cs
- BuildProvider.cs
- Size.cs
- NavigatingCancelEventArgs.cs
- DropShadowEffect.cs
- DataGridViewComboBoxCell.cs
- Viewport2DVisual3D.cs
- HtmlTitle.cs
- SqlDataSourceSelectingEventArgs.cs
- ComponentGlyph.cs
- processwaithandle.cs
- WorkflowInlining.cs
- MailDefinition.cs
- AutoGeneratedFieldProperties.cs
- EventlogProvider.cs
- EncoderFallback.cs
- TdsEnums.cs
- SBCSCodePageEncoding.cs
- AxImporter.cs
- SmtpTransport.cs
- WebPartsSection.cs
- NamespaceDecl.cs
- Light.cs
- OpenFileDialog.cs
- Debug.cs
- VectorConverter.cs
- BaseCAMarshaler.cs
- SqlConnectionPoolGroupProviderInfo.cs
- MatrixTransform.cs
- TraceListener.cs
- Link.cs
- ArraySortHelper.cs
- DockPanel.cs
- StrongNameUtility.cs
- BamlResourceContent.cs
- DictionaryEntry.cs
- ConstructorExpr.cs
- TextShapeableCharacters.cs
- SettingsPropertyValue.cs
- XamlStyleSerializer.cs
- ConnectionManagementSection.cs
- Control.cs
- InstanceDataCollectionCollection.cs
- DataGridViewRowsAddedEventArgs.cs
- BufferAllocator.cs
- WorkflowInlining.cs
- RoleGroup.cs
- SoapAttributeOverrides.cs
- DSACryptoServiceProvider.cs
- ObjectRef.cs
- ResponseBodyWriter.cs
- AutomationElementIdentifiers.cs
- PostBackOptions.cs
- KnownIds.cs
- CodeIndexerExpression.cs
- ToolStripSettings.cs
- ErasingStroke.cs
- Cursors.cs
- SqlCacheDependencyDatabaseCollection.cs
- WebResourceUtil.cs
- CurrentChangingEventArgs.cs
- ToReply.cs
- StrongNameKeyPair.cs
- ExternalFile.cs
- XpsSerializationException.cs
- XhtmlConformanceSection.cs
- XmlCDATASection.cs
- LogRestartAreaEnumerator.cs
- ConnectionPointCookie.cs