Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Base / System / Windows / Converters / Generated / RectValueSerializer.cs / 2 / 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
- XmlWrappingWriter.cs
- NGCSerializerAsync.cs
- SymLanguageVendor.cs
- _FixedSizeReader.cs
- OverrideMode.cs
- TextEditor.cs
- WindowsPen.cs
- DesignerToolboxInfo.cs
- X509SubjectKeyIdentifierClause.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- ArraySegment.cs
- ImageClickEventArgs.cs
- BypassElementCollection.cs
- SqlProfileProvider.cs
- ResourceSet.cs
- ConnectionsZone.cs
- ZoneIdentityPermission.cs
- CapabilitiesRule.cs
- ScalarConstant.cs
- ProxyManager.cs
- XmlBaseWriter.cs
- PropertyMap.cs
- DbConnectionPool.cs
- Color.cs
- SelectingProviderEventArgs.cs
- DynamicDataManager.cs
- SharedStream.cs
- HttpValueCollection.cs
- ButtonDesigner.cs
- TypeBuilder.cs
- BindingListCollectionView.cs
- AnimationClock.cs
- MatrixAnimationUsingKeyFrames.cs
- GregorianCalendarHelper.cs
- EntityDataReader.cs
- XmlSchemaException.cs
- EndpointDiscoveryBehavior.cs
- _ConnectStream.cs
- RolePrincipal.cs
- RuntimeConfigLKG.cs
- TemplatePropertyEntry.cs
- GuidConverter.cs
- DocumentGridPage.cs
- contentDescriptor.cs
- ErrorActivity.cs
- FormsAuthenticationUserCollection.cs
- JavascriptCallbackResponseProperty.cs
- SecurityTokenParameters.cs
- StrokeCollectionConverter.cs
- VerticalConnector.xaml.cs
- QilReplaceVisitor.cs
- ProfileService.cs
- DictionaryEntry.cs
- HtmlForm.cs
- VariableQuery.cs
- TextHintingModeValidation.cs
- BindingSourceDesigner.cs
- InputEventArgs.cs
- GreaterThan.cs
- WebConfigurationManager.cs
- ControlCachePolicy.cs
- ProcessThread.cs
- UndoManager.cs
- MdiWindowListItemConverter.cs
- XmlExpressionDumper.cs
- XmlSchemaSimpleTypeUnion.cs
- XmlSignatureProperties.cs
- ControllableStoryboardAction.cs
- _DomainName.cs
- ConfigXmlElement.cs
- DrawingVisual.cs
- ImportOptions.cs
- CodeObject.cs
- TableLayoutRowStyleCollection.cs
- PersonalizableTypeEntry.cs
- Misc.cs
- ValidationSummary.cs
- LogExtentCollection.cs
- Paragraph.cs
- EnumConverter.cs
- ParameterBuilder.cs
- OpenTypeCommon.cs
- DataBoundControl.cs
- BulletChrome.cs
- PlainXmlSerializer.cs
- InputBuffer.cs
- MutableAssemblyCacheEntry.cs
- MaterialGroup.cs
- ConsoleTraceListener.cs
- PropertyChangeTracker.cs
- X509CertificateTrustedIssuerElementCollection.cs
- HtmlInputRadioButton.cs
- RelOps.cs
- WorkflowLayouts.cs
- CustomBinding.cs
- RegexGroup.cs
- SqlDataSourceSelectingEventArgs.cs
- ClientSideQueueItem.cs
- Encoder.cs
- ExpanderAutomationPeer.cs