Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Converters / Generated / TransformValueSerializer.cs / 2 / TransformValueSerializer.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.KnownBoxes; 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.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Effects; using System.Windows.Media.Media3D; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// TransformValueSerializer - ValueSerializer class for converting instances of strings to and from Transform instances /// This is used by the MarkupWriter class. /// public class TransformValueSerializer : 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) { // When invoked by the serialization engine we can convert to string only for some instances if (!(value is Transform)) { return false; } Transform instance = (Transform) value; #pragma warning suppress 6506 // instance is obviously not null return instance.CanSerializeToString(); } ////// Converts a string into a Transform. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Transform.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 Transform) { Transform instance = (Transform) value; // When invoked by the serialization engine we can convert to string only for some instances #pragma warning suppress 6506 // instance is obviously not null if (!instance.CanSerializeToString()) { // Let base throw an exception. return base.ConvertToString(value, context); } #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture ); } 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.KnownBoxes; 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.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Effects; using System.Windows.Media.Media3D; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// TransformValueSerializer - ValueSerializer class for converting instances of strings to and from Transform instances /// This is used by the MarkupWriter class. /// public class TransformValueSerializer : 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) { // When invoked by the serialization engine we can convert to string only for some instances if (!(value is Transform)) { return false; } Transform instance = (Transform) value; #pragma warning suppress 6506 // instance is obviously not null return instance.CanSerializeToString(); } ////// Converts a string into a Transform. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Transform.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 Transform) { Transform instance = (Transform) value; // When invoked by the serialization engine we can convert to string only for some instances #pragma warning suppress 6506 // instance is obviously not null if (!instance.CanSerializeToString()) { // Let base throw an exception. return base.ConvertToString(value, context); } #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture ); } 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
- NavigatorOutput.cs
- PeerUnsafeNativeMethods.cs
- PointConverter.cs
- SqlNode.cs
- ViewPort3D.cs
- EncodingInfo.cs
- PublisherIdentityPermission.cs
- BinaryFormatter.cs
- DataGridViewCell.cs
- SQLString.cs
- SpeechEvent.cs
- RewritingSimplifier.cs
- XmlSchemaDocumentation.cs
- ConnectionProviderAttribute.cs
- LinearGradientBrush.cs
- HotSpot.cs
- TextReader.cs
- HelloOperationCD1AsyncResult.cs
- InlinedAggregationOperatorEnumerator.cs
- StrokeCollection.cs
- AppDomainProtocolHandler.cs
- SingleStorage.cs
- StrokeFIndices.cs
- DES.cs
- DelegateTypeInfo.cs
- BlurBitmapEffect.cs
- TreeViewCancelEvent.cs
- TraceContext.cs
- WebPartsSection.cs
- MostlySingletonList.cs
- GradientStop.cs
- ObjectListFieldCollection.cs
- BooleanExpr.cs
- _TransmitFileOverlappedAsyncResult.cs
- StringKeyFrameCollection.cs
- Region.cs
- SchemaTableColumn.cs
- SlipBehavior.cs
- DPAPIProtectedConfigurationProvider.cs
- LookupNode.cs
- RestHandlerFactory.cs
- BitmapEffectInput.cs
- AddInIpcChannel.cs
- XPathDescendantIterator.cs
- Columns.cs
- cache.cs
- BuildTopDownAttribute.cs
- StateDesigner.Helpers.cs
- WindowInteractionStateTracker.cs
- TemplateColumn.cs
- LineSegment.cs
- FlowDecisionLabelFeature.cs
- Certificate.cs
- ResourceIDHelper.cs
- UnhandledExceptionEventArgs.cs
- IList.cs
- StackBuilderSink.cs
- DataColumn.cs
- PathGeometry.cs
- OracleString.cs
- DesignTimeXamlWriter.cs
- HashCodeCombiner.cs
- StringOutput.cs
- SendMailErrorEventArgs.cs
- Viewport2DVisual3D.cs
- TrackingQuery.cs
- DigitShape.cs
- DataControlReference.cs
- TextProperties.cs
- SystemWebCachingSectionGroup.cs
- InvalidEnumArgumentException.cs
- CacheChildrenQuery.cs
- NamespaceDecl.cs
- DefaultHttpHandler.cs
- SQLBytesStorage.cs
- GrowingArray.cs
- PersistStreamTypeWrapper.cs
- PtsPage.cs
- DbExpressionBuilder.cs
- SqlDataSourceConfigureFilterForm.cs
- ZoneIdentityPermission.cs
- sapiproxy.cs
- JapaneseLunisolarCalendar.cs
- ParallelTimeline.cs
- HtmlUtf8RawTextWriter.cs
- RuntimeHandles.cs
- LinqDataSourceDisposeEventArgs.cs
- XomlSerializationHelpers.cs
- HuffModule.cs
- GrabHandleGlyph.cs
- SspiSafeHandles.cs
- SapiAttributeParser.cs
- DeclarativeCatalogPart.cs
- AnnotationComponentManager.cs
- Statements.cs
- Module.cs
- CodeGenerationManager.cs
- SpeechEvent.cs
- GridItemCollection.cs
- SqlCachedBuffer.cs