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
- infer.cs
- XmlSchemaSimpleTypeUnion.cs
- smtpconnection.cs
- XmlObjectSerializer.cs
- SessionEndingCancelEventArgs.cs
- StringValueConverter.cs
- ValidatorAttribute.cs
- HTTPNotFoundHandler.cs
- SafeNativeMethods.cs
- DelegateSerializationHolder.cs
- SQLInt16.cs
- DocumentViewer.cs
- AuthenticateEventArgs.cs
- DataGridViewCellPaintingEventArgs.cs
- IsolatedStorageFileStream.cs
- CharacterBuffer.cs
- XsltQilFactory.cs
- Encoding.cs
- DefaultValueMapping.cs
- HeaderUtility.cs
- NonParentingControl.cs
- OleServicesContext.cs
- SkinBuilder.cs
- NamespaceCollection.cs
- UrlAuthFailureHandler.cs
- IncrementalReadDecoders.cs
- ExpanderAutomationPeer.cs
- XmlBoundElement.cs
- ProtocolsConfiguration.cs
- RangeValueProviderWrapper.cs
- ImageListImage.cs
- linebase.cs
- HtmlGenericControl.cs
- Attributes.cs
- SystemPens.cs
- TextChangedEventArgs.cs
- ReadOnlyDictionary.cs
- DiagnosticsElement.cs
- NGCPageContentSerializerAsync.cs
- DataListCommandEventArgs.cs
- ContextQuery.cs
- SqlWriter.cs
- Membership.cs
- safelink.cs
- ImageListStreamer.cs
- AngleUtil.cs
- CompleteWizardStep.cs
- InheritedPropertyChangedEventArgs.cs
- UrlMapping.cs
- InvariantComparer.cs
- PackagePartCollection.cs
- AutomationElement.cs
- TaskFileService.cs
- ResourcePermissionBase.cs
- ColumnHeaderCollectionEditor.cs
- SystemDiagnosticsSection.cs
- PropertyGridCommands.cs
- JsonServiceDocumentSerializer.cs
- SafeRightsManagementSessionHandle.cs
- DefaultTraceListener.cs
- ErrorWrapper.cs
- ImageField.cs
- PathSegmentCollection.cs
- AddInController.cs
- CheckBoxFlatAdapter.cs
- WebPartsSection.cs
- XmlSignificantWhitespace.cs
- CodeThrowExceptionStatement.cs
- TypedTableBase.cs
- XslCompiledTransform.cs
- CmsUtils.cs
- DataBoundControlAdapter.cs
- CultureInfoConverter.cs
- COM2PropertyDescriptor.cs
- Popup.cs
- TemplateControl.cs
- ServiceModelConfigurationSectionGroup.cs
- RangeValuePatternIdentifiers.cs
- ModelVisual3D.cs
- FormClosedEvent.cs
- SimpleExpression.cs
- AsyncPostBackTrigger.cs
- Itemizer.cs
- OracleDataAdapter.cs
- SvcMapFileSerializer.cs
- HostingEnvironmentException.cs
- altserialization.cs
- HtmlInputText.cs
- EnumCodeDomSerializer.cs
- MenuItemBinding.cs
- CodeMemberProperty.cs
- PropertyMetadata.cs
- InfoCardTrace.cs
- _CommandStream.cs
- DataFormats.cs
- Cursor.cs
- VersionedStreamOwner.cs
- SmiEventSink_Default.cs
- SingleSelectRootGridEntry.cs
- AbandonedMutexException.cs