Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Base / System / Windows / Converters / Generated / RectValueSerializer.cs / 2 / RectValueSerializer.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.Converters; using System.Windows; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Converters { ////// RectValueSerializer - ValueSerializer class for converting instances of strings to and from Rect instances /// This is used by the MarkupWriter class. /// public class RectValueSerializer : 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 Rect)) { return false; } return true; } ////// Converts a string into a Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect.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 Rect) { Rect instance = (Rect) value; #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.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.Converters; using System.Windows; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Converters { ////// RectValueSerializer - ValueSerializer class for converting instances of strings to and from Rect instances /// This is used by the MarkupWriter class. /// public class RectValueSerializer : 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 Rect)) { return false; } return true; } ////// Converts a string into a Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect.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 Rect) { Rect instance = (Rect) value; #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
- CodeDomComponentSerializationService.cs
- XmlSchemaAnnotated.cs
- PeerNameRecord.cs
- ConstraintConverter.cs
- BaseValidatorDesigner.cs
- TreeWalker.cs
- Substitution.cs
- BlockCollection.cs
- TemplateXamlParser.cs
- SecurityCriticalDataForSet.cs
- WebBaseEventKeyComparer.cs
- CodeSubDirectory.cs
- DeflateEmulationStream.cs
- SmtpTransport.cs
- DataGridViewRowConverter.cs
- Qualifier.cs
- DiscreteKeyFrames.cs
- WS2007HttpBindingElement.cs
- HtmlInputButton.cs
- WebPartConnectionsCloseVerb.cs
- NetworkAddressChange.cs
- PingReply.cs
- XmlHierarchicalEnumerable.cs
- CollectionChangeEventArgs.cs
- PowerModeChangedEventArgs.cs
- PageEventArgs.cs
- CodeCastExpression.cs
- SqlServices.cs
- TableStyle.cs
- TableLayoutStyleCollection.cs
- SystemIcmpV6Statistics.cs
- SecureUICommand.cs
- IPAddressCollection.cs
- Rect3D.cs
- TypeDescriptionProvider.cs
- LambdaCompiler.Address.cs
- CompilationRelaxations.cs
- GraphicsPathIterator.cs
- UiaCoreProviderApi.cs
- EmissiveMaterial.cs
- Byte.cs
- ClientBuildManager.cs
- ObjectManager.cs
- PeerToPeerException.cs
- WizardPanelChangingEventArgs.cs
- UInt16Storage.cs
- FloaterParaClient.cs
- DataRelation.cs
- MouseOverProperty.cs
- StoreContentChangedEventArgs.cs
- BufferedOutputAsyncStream.cs
- ThreadExceptionEvent.cs
- DataTableNewRowEvent.cs
- InputLanguageProfileNotifySink.cs
- CharacterBuffer.cs
- ReadOnlyHierarchicalDataSource.cs
- XmlEntityReference.cs
- GacUtil.cs
- InputScopeManager.cs
- ListViewDeletedEventArgs.cs
- CodeDirectoryCompiler.cs
- ViewGenerator.cs
- StickyNoteContentControl.cs
- TextEditorCopyPaste.cs
- QilPatternFactory.cs
- SqlGenericUtil.cs
- ModelItemDictionaryImpl.cs
- PageMediaSize.cs
- CloseSequence.cs
- GridViewPageEventArgs.cs
- SoapAttributes.cs
- DocumentSequence.cs
- FlagsAttribute.cs
- MouseBinding.cs
- UnitySerializationHolder.cs
- AccessKeyManager.cs
- DiscreteKeyFrames.cs
- DesignerTextWriter.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- XmlBindingWorker.cs
- UnsafeNativeMethodsPenimc.cs
- Int64KeyFrameCollection.cs
- AlternationConverter.cs
- objectquery_tresulttype.cs
- PerformanceCounterPermissionEntry.cs
- PngBitmapEncoder.cs
- TemplateComponentConnector.cs
- XPathChildIterator.cs
- TemplateManager.cs
- ReflectionUtil.cs
- DbConnectionStringCommon.cs
- LazyInitializer.cs
- MultipleViewPattern.cs
- HMACSHA1.cs
- IApplicationTrustManager.cs
- GridSplitter.cs
- OdbcConnection.cs
- CollectionBase.cs
- UpdateCompiler.cs
- MonikerProxyAttribute.cs