Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Base / System / Windows / Media / Converters / Generated / MatrixValueSerializer.cs / 2 / MatrixValueSerializer.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.WindowsBase; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Windows; using System.Windows.Media; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// MatrixValueSerializer - ValueSerializer class for converting instances of strings to and from Matrix instances /// This is used by the MarkupWriter class. /// public class MatrixValueSerializer : 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 Matrix)) { return false; } return true; } ////// Converts a string into a Matrix. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Matrix.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 Matrix) { Matrix instance = (Matrix) 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.WindowsBase; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Windows; using System.Windows.Media; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// MatrixValueSerializer - ValueSerializer class for converting instances of strings to and from Matrix instances /// This is used by the MarkupWriter class. /// public class MatrixValueSerializer : 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 Matrix)) { return false; } return true; } ////// Converts a string into a Matrix. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Matrix.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 Matrix) { Matrix instance = (Matrix) 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
- EntityException.cs
- ProviderUtil.cs
- StaticResourceExtension.cs
- KnownBoxes.cs
- LockCookie.cs
- MetadataArtifactLoader.cs
- MetadataArtifactLoaderComposite.cs
- BitmapEffectGroup.cs
- MarshalByValueComponent.cs
- AppSecurityManager.cs
- InternalRelationshipCollection.cs
- HtmlTable.cs
- SpeechRecognitionEngine.cs
- SiteMapHierarchicalDataSourceView.cs
- SmtpNegotiateAuthenticationModule.cs
- SynchronizedDispatch.cs
- AlphabeticalEnumConverter.cs
- StreamGeometry.cs
- ControlLocalizer.cs
- FocusChangedEventArgs.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- SqlServices.cs
- HelloOperation11AsyncResult.cs
- ObjectCacheHost.cs
- SpStreamWrapper.cs
- OutputCacheModule.cs
- ComponentResourceManager.cs
- MetabaseServerConfig.cs
- UiaCoreApi.cs
- HttpCapabilitiesSectionHandler.cs
- BamlStream.cs
- XmlQualifiedName.cs
- FontCollection.cs
- ErrorEventArgs.cs
- FileController.cs
- SocketSettings.cs
- ShapeTypeface.cs
- WebControlParameterProxy.cs
- MemberInfoSerializationHolder.cs
- ToolStripRendererSwitcher.cs
- TypeListConverter.cs
- SchemaElement.cs
- SerialPinChanges.cs
- base64Transforms.cs
- NetTcpBindingElement.cs
- OrderedEnumerableRowCollection.cs
- UserControlParser.cs
- SqlRetyper.cs
- XmlSchemaObjectTable.cs
- BindableTemplateBuilder.cs
- TcpProcessProtocolHandler.cs
- TabletDevice.cs
- ContainerControlDesigner.cs
- RequiredFieldValidator.cs
- ChannelSinkStacks.cs
- DataGridViewRowEventArgs.cs
- PrintingPermission.cs
- SingleStorage.cs
- HttpModuleAction.cs
- StateWorkerRequest.cs
- ConfigsHelper.cs
- UrlAuthorizationModule.cs
- SiteOfOriginPart.cs
- TreeChangeInfo.cs
- Variant.cs
- RadioButtonDesigner.cs
- ToolStripItem.cs
- BatchServiceHost.cs
- AssociationProvider.cs
- ExceptQueryOperator.cs
- XMLSchema.cs
- WindowsTokenRoleProvider.cs
- Range.cs
- XmlSchemaAll.cs
- LinqDataSourceView.cs
- VersionPair.cs
- HttpListenerRequestUriBuilder.cs
- RevocationPoint.cs
- VisualStyleInformation.cs
- RectIndependentAnimationStorage.cs
- RawStylusSystemGestureInputReport.cs
- FigureParagraph.cs
- MessagePartDescriptionCollection.cs
- ExternalException.cs
- DataServiceQuery.cs
- ImportContext.cs
- ClientRuntimeConfig.cs
- DesignerImageAdapter.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DesignOnlyAttribute.cs
- ZeroOpNode.cs
- UnionCodeGroup.cs
- FragmentQueryProcessor.cs
- WindowsListViewGroupHelper.cs
- ColorMatrix.cs
- AssemblyNameUtility.cs
- XPathParser.cs
- SystemIPInterfaceStatistics.cs
- PolygonHotSpot.cs
- DesignTimeType.cs