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
- DataServiceClientException.cs
- SiteMapNodeItem.cs
- ToolboxItem.cs
- PassportAuthentication.cs
- XmlSubtreeReader.cs
- DBPropSet.cs
- ThrowHelper.cs
- FrugalMap.cs
- SqlUtil.cs
- ItemAutomationPeer.cs
- WebEventTraceProvider.cs
- DisplayInformation.cs
- ExtensibleClassFactory.cs
- ObjectStateEntry.cs
- DataKeyArray.cs
- TimeoutValidationAttribute.cs
- DataGridRow.cs
- Point.cs
- XPathAxisIterator.cs
- ComponentResourceManager.cs
- PrtTicket_Editor.cs
- EventLogPermissionAttribute.cs
- LoaderAllocator.cs
- SmuggledIUnknown.cs
- PrintControllerWithStatusDialog.cs
- ProviderCommandInfoUtils.cs
- DateTimeFormatInfoScanner.cs
- cookiecontainer.cs
- NegotiateStream.cs
- httpstaticobjectscollection.cs
- documentsequencetextcontainer.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- BaseValidator.cs
- ArgumentDesigner.xaml.cs
- ImpersonateTokenRef.cs
- CultureInfoConverter.cs
- Grid.cs
- XmlWrappingWriter.cs
- EntityExpressionVisitor.cs
- MaskedTextProvider.cs
- CultureTableRecord.cs
- UnknownBitmapDecoder.cs
- ChannelReliableSession.cs
- InfoCardAsymmetricCrypto.cs
- QilCloneVisitor.cs
- ListViewGroup.cs
- Preprocessor.cs
- ScriptModule.cs
- ShaderRenderModeValidation.cs
- AbstractExpressions.cs
- ScriptingRoleServiceSection.cs
- XmlEncodedRawTextWriter.cs
- WindowsSolidBrush.cs
- CustomValidator.cs
- MobileRedirect.cs
- NavigationWindowAutomationPeer.cs
- EntityFrameworkVersions.cs
- __TransparentProxy.cs
- HttpHandlerAction.cs
- RelationshipEnd.cs
- TrackingQueryElement.cs
- Compilation.cs
- Stackframe.cs
- JsonUriDataContract.cs
- AlternationConverter.cs
- PropertyMetadata.cs
- AttributeEmitter.cs
- SerializableReadOnlyDictionary.cs
- CornerRadius.cs
- FunctionParameter.cs
- DeclaredTypeValidatorAttribute.cs
- WebPartDisplayModeCollection.cs
- _RegBlobWebProxyDataBuilder.cs
- StringStorage.cs
- HttpServerUtilityWrapper.cs
- WSFederationHttpBindingCollectionElement.cs
- ViewEvent.cs
- TypeCacheManager.cs
- CodeTypeDeclarationCollection.cs
- BuildManagerHost.cs
- Effect.cs
- XPathAncestorIterator.cs
- DataMemberAttribute.cs
- DesignerPainter.cs
- IncrementalCompileAnalyzer.cs
- ContainerSelectorGlyph.cs
- ReflectEventDescriptor.cs
- CommonDialog.cs
- AsyncContentLoadedEventArgs.cs
- SqlCommand.cs
- InvariantComparer.cs
- cache.cs
- WebPartMovingEventArgs.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- documentsequencetextview.cs
- DataRelationCollection.cs
- BasicCommandTreeVisitor.cs
- DataGridViewColumnCollectionDialog.cs
- GridViewColumnHeader.cs
- NullableDecimalMinMaxAggregationOperator.cs