Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Converters / Generated / RectValueSerializer.cs / 1 / 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, 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.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, 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
- StrokeCollectionDefaultValueFactory.cs
- UnknownWrapper.cs
- FunctionMappingTranslator.cs
- DesignerCapabilities.cs
- PageRouteHandler.cs
- ImageClickEventArgs.cs
- MetabaseReader.cs
- ListView.cs
- SecurityTimestamp.cs
- HotSpotCollection.cs
- XmlReaderSettings.cs
- XmlAnyElementAttribute.cs
- AnnotationAuthorChangedEventArgs.cs
- PartialClassGenerationTaskInternal.cs
- XslTransform.cs
- Triangle.cs
- BrowserDefinitionCollection.cs
- SiteMapNodeItemEventArgs.cs
- NetworkInterface.cs
- RuntimeConfig.cs
- Msec.cs
- DataTableCollection.cs
- ZoneLinkButton.cs
- WebBrowserBase.cs
- ModelItemKeyValuePair.cs
- SqlDataSourceSelectingEventArgs.cs
- SimpleBitVector32.cs
- DriveNotFoundException.cs
- Control.cs
- TypedTableBaseExtensions.cs
- StylusTip.cs
- DesignerActionVerbList.cs
- InkSerializer.cs
- EntityProviderServices.cs
- IsolatedStorageException.cs
- ObjectDataSource.cs
- DataGridViewColumnCollection.cs
- AffineTransform3D.cs
- _HeaderInfoTable.cs
- NonSerializedAttribute.cs
- StandardRuntimeEnumValidator.cs
- webeventbuffer.cs
- TimeSpanSecondsConverter.cs
- FileLogRecordEnumerator.cs
- TextSelection.cs
- Keywords.cs
- HttpHandlerAction.cs
- ConstructorNeedsTagAttribute.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- SharedPersonalizationStateInfo.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SQLDecimalStorage.cs
- Compiler.cs
- SafeHandle.cs
- XPathConvert.cs
- EmptyControlCollection.cs
- DataGridItemAutomationPeer.cs
- DefaultValueAttribute.cs
- ObservableCollection.cs
- AccessDataSource.cs
- CharacterHit.cs
- XmlSchemaDocumentation.cs
- NameObjectCollectionBase.cs
- ParamArrayAttribute.cs
- FacetDescription.cs
- StylusPointCollection.cs
- RegexWorker.cs
- LinqDataSourceEditData.cs
- DockingAttribute.cs
- DataGridViewCellCancelEventArgs.cs
- IERequestCache.cs
- DropShadowBitmapEffect.cs
- UpdateProgress.cs
- XmlSchemaDocumentation.cs
- DescendantBaseQuery.cs
- ActionMismatchAddressingException.cs
- AssociationSetMetadata.cs
- Membership.cs
- ModelPerspective.cs
- WorkflowQueuingService.cs
- GridLengthConverter.cs
- _Win32.cs
- ReadOnlyTernaryTree.cs
- WindowExtensionMethods.cs
- ProvideValueServiceProvider.cs
- FixedSOMSemanticBox.cs
- ClientConfigPaths.cs
- OracleCommandSet.cs
- Function.cs
- PathFigureCollectionValueSerializer.cs
- DataGridViewComboBoxCell.cs
- CompilerWrapper.cs
- StringAnimationBase.cs
- KeyToListMap.cs
- WebServiceHost.cs
- UdpTransportBindingElement.cs
- ContainerControlDesigner.cs
- Enum.cs
- CodeCompileUnit.cs
- Graphics.cs