Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Converters / Generated / RectValueSerializer.cs / 1305600 / 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.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.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.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
- DbTypeMap.cs
- MultiView.cs
- DateTimeFormatInfo.cs
- UrlParameterReader.cs
- PenThread.cs
- PointAnimation.cs
- MsmqTransportSecurityElement.cs
- TextTabProperties.cs
- OdbcCommandBuilder.cs
- ColorTransform.cs
- ErrorsHelper.cs
- CookielessHelper.cs
- ValueQuery.cs
- ItemChangedEventArgs.cs
- KoreanCalendar.cs
- DbMetaDataColumnNames.cs
- ToolStripDropDownClosedEventArgs.cs
- SpellCheck.cs
- metadatamappinghashervisitor.cs
- PingReply.cs
- AlphaSortedEnumConverter.cs
- FontStyle.cs
- AssemblySettingAttributes.cs
- GPRECTF.cs
- FormViewUpdateEventArgs.cs
- RelationshipType.cs
- InstallerTypeAttribute.cs
- MissingMemberException.cs
- AdRotator.cs
- SpellerHighlightLayer.cs
- AnnotationService.cs
- MonitoringDescriptionAttribute.cs
- UidManager.cs
- DetailsViewCommandEventArgs.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- RegexCompilationInfo.cs
- ListMarkerSourceInfo.cs
- SymmetricKeyWrap.cs
- AsymmetricSignatureDeformatter.cs
- StringFunctions.cs
- SQLStringStorage.cs
- processwaithandle.cs
- DataControlCommands.cs
- Variant.cs
- NativeMethodsOther.cs
- GridViewColumnHeaderAutomationPeer.cs
- Material.cs
- TreeNodeCollection.cs
- Function.cs
- DataColumnMappingCollection.cs
- UserControlParser.cs
- BlurBitmapEffect.cs
- SoapParser.cs
- xmlglyphRunInfo.cs
- MimeXmlImporter.cs
- IOException.cs
- TargetParameterCountException.cs
- ArrangedElement.cs
- Slider.cs
- FilterElement.cs
- CodePrimitiveExpression.cs
- EventDescriptor.cs
- BitHelper.cs
- DataRowExtensions.cs
- UrlMappingCollection.cs
- ObjectMaterializedEventArgs.cs
- ParserStreamGeometryContext.cs
- MembershipSection.cs
- HtmlInputSubmit.cs
- EdmItemCollection.cs
- DesignerDataTableBase.cs
- Win32.cs
- CodeSnippetTypeMember.cs
- PoisonMessageException.cs
- SoapSchemaExporter.cs
- ScalarConstant.cs
- GeneralTransform.cs
- MenuScrollingVisibilityConverter.cs
- RijndaelManagedTransform.cs
- UnsafeNativeMethods.cs
- ItemMap.cs
- BackStopAuthenticationModule.cs
- SortedSetDebugView.cs
- SafeLocalMemHandle.cs
- UiaCoreTypesApi.cs
- TextMetrics.cs
- DocumentGridPage.cs
- QualificationDataItem.cs
- DbSetClause.cs
- MetaType.cs
- ValidationError.cs
- ListBindableAttribute.cs
- OnOperation.cs
- LowerCaseStringConverter.cs
- PasswordRecovery.cs
- ContractMapping.cs
- ImageKeyConverter.cs
- CodeMemberField.cs
- ConstNode.cs
- RunWorkerCompletedEventArgs.cs