Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Base / System / Windows / Converters / Generated / Int32RectValueSerializer.cs / 2 / Int32RectValueSerializer.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 { ////// Int32RectValueSerializer - ValueSerializer class for converting instances of strings to and from Int32Rect instances /// This is used by the MarkupWriter class. /// public class Int32RectValueSerializer : 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 Int32Rect)) { return false; } return true; } ////// Converts a string into a Int32Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Int32Rect.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 Int32Rect) { Int32Rect instance = (Int32Rect) 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 { ////// Int32RectValueSerializer - ValueSerializer class for converting instances of strings to and from Int32Rect instances /// This is used by the MarkupWriter class. /// public class Int32RectValueSerializer : 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 Int32Rect)) { return false; } return true; } ////// Converts a string into a Int32Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Int32Rect.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 Int32Rect) { Int32Rect instance = (Int32Rect) 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
- MetafileHeader.cs
- ContentElement.cs
- BoundPropertyEntry.cs
- BaseDataBoundControl.cs
- NumberSubstitution.cs
- RunClient.cs
- ZipFileInfo.cs
- EDesignUtil.cs
- HttpListenerException.cs
- ObjectPersistData.cs
- RemotingConfiguration.cs
- EntityDataSourceDataSelectionPanel.designer.cs
- HostProtectionException.cs
- GestureRecognizer.cs
- SelectionHighlightInfo.cs
- ScalarType.cs
- SqlRowUpdatedEvent.cs
- WizardStepBase.cs
- AnnotationService.cs
- ISAPIApplicationHost.cs
- OpenTypeCommon.cs
- externdll.cs
- OdbcPermission.cs
- StringUtil.cs
- XmlSchemaType.cs
- QuinticEase.cs
- CompilerParameters.cs
- TimeSpan.cs
- QuaternionKeyFrameCollection.cs
- ManagedWndProcTracker.cs
- SocketManager.cs
- PackageRelationship.cs
- ThreadPool.cs
- Image.cs
- EventDescriptor.cs
- ImportCatalogPart.cs
- ServiceParser.cs
- InternalPolicyElement.cs
- XAMLParseException.cs
- ScriptServiceAttribute.cs
- OverflowException.cs
- EpmSyndicationContentSerializer.cs
- UDPClient.cs
- WorkflowViewService.cs
- ButtonChrome.cs
- CodeTryCatchFinallyStatement.cs
- DropAnimation.xaml.cs
- ItemChangedEventArgs.cs
- SingleConverter.cs
- QueryPageSettingsEventArgs.cs
- SiteIdentityPermission.cs
- TimeZone.cs
- CodeParameterDeclarationExpressionCollection.cs
- ManagedFilter.cs
- ValidatingReaderNodeData.cs
- CreatingCookieEventArgs.cs
- LambdaCompiler.Statements.cs
- updateconfighost.cs
- GZipStream.cs
- DataGridViewColumnConverter.cs
- ApplicationInterop.cs
- RoleService.cs
- RequiredFieldValidator.cs
- CapabilitiesPattern.cs
- PrtCap_Public_Simple.cs
- MetricEntry.cs
- XmlElementAttribute.cs
- LayoutTableCell.cs
- PerfCounterSection.cs
- XamlVector3DCollectionSerializer.cs
- XmlAttributeProperties.cs
- StateDesignerConnector.cs
- XmlQueryRuntime.cs
- ResXResourceWriter.cs
- ManipulationDeltaEventArgs.cs
- GridViewColumnHeader.cs
- COM2ComponentEditor.cs
- TransactionScope.cs
- ThreadAbortException.cs
- ScrollViewerAutomationPeer.cs
- BuilderInfo.cs
- RawStylusActions.cs
- FigureParagraph.cs
- StateWorkerRequest.cs
- ContentPropertyAttribute.cs
- RawContentTypeMapper.cs
- XmlDataSourceNodeDescriptor.cs
- HostProtectionPermission.cs
- RelationshipSet.cs
- SerializationAttributes.cs
- ChangeBlockUndoRecord.cs
- DataGridViewAccessibleObject.cs
- ProtocolsSection.cs
- SignedInfo.cs
- SqlStream.cs
- ErrorWebPart.cs
- BitmapEffectGroup.cs
- XmlLanguage.cs
- COM2TypeInfoProcessor.cs
- SQLInt64Storage.cs