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
- SqlParameterCollection.cs
- GPPOINT.cs
- ExpressionNormalizer.cs
- OperationResponse.cs
- DebugView.cs
- DynamicQueryStringParameter.cs
- EditingMode.cs
- SecurityTokenException.cs
- CrossSiteScriptingValidation.cs
- InvalidPipelineStoreException.cs
- TdsParserHelperClasses.cs
- PanelContainerDesigner.cs
- EnvironmentPermission.cs
- CloseCryptoHandleRequest.cs
- SchemaAttDef.cs
- StreamInfo.cs
- DbProviderFactoriesConfigurationHandler.cs
- CacheHelper.cs
- ValidatorCollection.cs
- CachedBitmap.cs
- DefaultMemberAttribute.cs
- LoopExpression.cs
- DeclaredTypeValidatorAttribute.cs
- DBConcurrencyException.cs
- WindowsProgressbar.cs
- ScriptIgnoreAttribute.cs
- contentDescriptor.cs
- PointAnimation.cs
- UriSectionReader.cs
- ModifierKeysValueSerializer.cs
- BamlLocalizableResourceKey.cs
- DrawingAttributeSerializer.cs
- EndpointDiscoveryBehavior.cs
- DataSourceControl.cs
- ComponentResourceManager.cs
- ExpressionSelection.cs
- WizardStepBase.cs
- XmlC14NWriter.cs
- MaskedTextProvider.cs
- ReceiveMessageRecord.cs
- BookmarkScopeHandle.cs
- SystemIcmpV6Statistics.cs
- Convert.cs
- SqlParameter.cs
- FixedFindEngine.cs
- DesignerTextBoxAdapter.cs
- _TransmitFileOverlappedAsyncResult.cs
- JsonStringDataContract.cs
- DtdParser.cs
- FormClosedEvent.cs
- ContainerSelectorBehavior.cs
- PostBackTrigger.cs
- State.cs
- OleDbMetaDataFactory.cs
- DataGridViewColumn.cs
- SiteMap.cs
- Number.cs
- DoubleUtil.cs
- WebBrowserNavigatingEventHandler.cs
- IgnoreSection.cs
- QilPatternVisitor.cs
- SourceLocationProvider.cs
- MailHeaderInfo.cs
- CodeDOMProvider.cs
- HasCopySemanticsAttribute.cs
- PrintControllerWithStatusDialog.cs
- OutgoingWebResponseContext.cs
- IgnoreFileBuildProvider.cs
- AppDomain.cs
- PropertyGeneratedEventArgs.cs
- ByteRangeDownloader.cs
- KerberosSecurityTokenProvider.cs
- XmlQueryCardinality.cs
- LocalBuilder.cs
- HttpAsyncResult.cs
- EntityWrapperFactory.cs
- IndexerNameAttribute.cs
- ActivityDesignerAccessibleObject.cs
- FilterQueryOptionExpression.cs
- XmlElementCollection.cs
- DataGridTextBoxColumn.cs
- SystemWebExtensionsSectionGroup.cs
- ErrorFormatterPage.cs
- OptimizedTemplateContentHelper.cs
- WriteableBitmap.cs
- RichTextBoxAutomationPeer.cs
- SingletonInstanceContextProvider.cs
- DbProviderServices.cs
- ListViewUpdatedEventArgs.cs
- xdrvalidator.cs
- Stroke.cs
- LinkButton.cs
- ShortcutKeysEditor.cs
- ResXFileRef.cs
- ConfigurationLocation.cs
- WebPageTraceListener.cs
- WebScriptClientGenerator.cs
- ProfessionalColors.cs
- SqlException.cs
- LocatorBase.cs