Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Media / Converters / Generated / MatrixValueSerializer.cs / 1305600 / 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, 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.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, 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
- RectangleF.cs
- DataGridTableCollection.cs
- XmlSchemaAnnotated.cs
- Roles.cs
- CellPartitioner.cs
- UiaCoreProviderApi.cs
- CurrentTimeZone.cs
- FragmentNavigationEventArgs.cs
- AppDomainShutdownMonitor.cs
- RelationshipWrapper.cs
- ManagedCodeMarkers.cs
- ToolConsole.cs
- FormatConvertedBitmap.cs
- DataGridViewElement.cs
- MachineKeySection.cs
- WSSecurityPolicy.cs
- TextPointer.cs
- PlaceHolder.cs
- ErrorItem.cs
- BeginGetFileNameFromUserRequest.cs
- TreeNodeEventArgs.cs
- UserInitiatedNavigationPermission.cs
- FilterQuery.cs
- GB18030Encoding.cs
- DecoderNLS.cs
- MetadataArtifactLoaderCompositeFile.cs
- DataRowComparer.cs
- StoreAnnotationsMap.cs
- ObsoleteAttribute.cs
- Partitioner.cs
- ChtmlTextWriter.cs
- SmtpMail.cs
- SkinBuilder.cs
- InvalidAsynchronousStateException.cs
- Simplifier.cs
- DataFormats.cs
- TypeSystem.cs
- GridLength.cs
- UIElementAutomationPeer.cs
- X509CertificateCollection.cs
- MessageSecurityOverMsmq.cs
- TriggerAction.cs
- SoundPlayerAction.cs
- GeneralTransform2DTo3D.cs
- InputGestureCollection.cs
- PeerNameResolver.cs
- NavigationPropertySingletonExpression.cs
- DispatchChannelSink.cs
- DataGridRowAutomationPeer.cs
- SerializationObjectManager.cs
- XmlSignatureProperties.cs
- CoreSwitches.cs
- Process.cs
- DataGridToolTip.cs
- ToolStripPanelSelectionBehavior.cs
- DiscoveryInnerClientAdhocCD1.cs
- DrawingAttributes.cs
- ObjectPersistData.cs
- Suspend.cs
- BinaryObjectReader.cs
- Selector.cs
- SystemInfo.cs
- DynamicDataResources.Designer.cs
- ConnectionStringsExpressionBuilder.cs
- TextFormatterHost.cs
- BuildProvider.cs
- WasAdminWrapper.cs
- StringStorage.cs
- CultureInfoConverter.cs
- ISAPIRuntime.cs
- HierarchicalDataSourceControl.cs
- ExcludeFromCodeCoverageAttribute.cs
- FrameworkTextComposition.cs
- FixedNode.cs
- XmlSerializerVersionAttribute.cs
- TdsParser.cs
- SystemIcmpV4Statistics.cs
- ColorAnimation.cs
- DetailsView.cs
- KeyInfo.cs
- SafeNativeMethods.cs
- PrintingPermissionAttribute.cs
- WebPartsPersonalizationAuthorization.cs
- Floater.cs
- CompoundFileDeflateTransform.cs
- Rect3DConverter.cs
- BufferedGraphics.cs
- EntityDataSource.cs
- DynamicDocumentPaginator.cs
- ModuleBuilder.cs
- DbInsertCommandTree.cs
- ConfigurationSectionCollection.cs
- HttpBrowserCapabilitiesWrapper.cs
- RewritingPass.cs
- Speller.cs
- ReferentialConstraint.cs
- FormattedText.cs
- ActivityTrace.cs
- UriParserTemplates.cs
- ComponentCollection.cs