Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Converters / Generated / Int32RectValueSerializer.cs / 1 / 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
- TraceUtility.cs
- ScriptControl.cs
- _ProxyRegBlob.cs
- XpsPackagingException.cs
- XmlComplianceUtil.cs
- SimpleBitVector32.cs
- OutputCacheSettingsSection.cs
- HttpListener.cs
- DataGridCell.cs
- ToolboxBitmapAttribute.cs
- SByteConverter.cs
- TailCallAnalyzer.cs
- XmlNamespaceMappingCollection.cs
- DomainUpDown.cs
- MemberHolder.cs
- ExecutionEngineException.cs
- BuildManager.cs
- FileChangesMonitor.cs
- MemoryMappedViewAccessor.cs
- ReadonlyMessageFilter.cs
- CfgParser.cs
- DocumentXPathNavigator.cs
- Geometry3D.cs
- OleDbPermission.cs
- PathSegment.cs
- WindowsSolidBrush.cs
- FormParameter.cs
- FilteredSchemaElementLookUpTable.cs
- ObjectRef.cs
- ArcSegment.cs
- MarshalByValueComponent.cs
- View.cs
- SmtpMail.cs
- SelectionProcessor.cs
- SqlCommandAsyncResult.cs
- ReliabilityContractAttribute.cs
- TextModifier.cs
- SelectionChangedEventArgs.cs
- Decoder.cs
- CurrentChangingEventManager.cs
- MaskInputRejectedEventArgs.cs
- ModelItemDictionaryImpl.cs
- autovalidator.cs
- OdbcDataAdapter.cs
- SystemEvents.cs
- TriState.cs
- HttpPostedFile.cs
- BooleanProjectedSlot.cs
- ResourceDictionaryCollection.cs
- OpenTypeCommon.cs
- PortCache.cs
- DateTimeStorage.cs
- ComboBoxRenderer.cs
- XmlMemberMapping.cs
- CombinedHttpChannel.cs
- ListControlBoundActionList.cs
- cookieexception.cs
- FormViewPagerRow.cs
- OciEnlistContext.cs
- TrustManagerMoreInformation.cs
- DependencyPropertyHelper.cs
- PageCodeDomTreeGenerator.cs
- Dictionary.cs
- DeadCharTextComposition.cs
- TypeLoadException.cs
- DataTableClearEvent.cs
- Variable.cs
- SmiEventSink.cs
- EdmValidator.cs
- WebColorConverter.cs
- ContextMarshalException.cs
- ExchangeUtilities.cs
- Attributes.cs
- FixedPageAutomationPeer.cs
- TextPointer.cs
- Misc.cs
- HttpCookiesSection.cs
- SqlException.cs
- DockPattern.cs
- GlyphingCache.cs
- querybuilder.cs
- SHA512.cs
- EncryptedPackage.cs
- CodeDirectionExpression.cs
- Timer.cs
- SiteMapNodeItemEventArgs.cs
- CompModSwitches.cs
- WaitHandle.cs
- SelectionManager.cs
- ConnectionManagementElementCollection.cs
- XmlImplementation.cs
- DoWorkEventArgs.cs
- SecurityUtils.cs
- DataBindEngine.cs
- DocumentSchemaValidator.cs
- NumberFormatInfo.cs
- Crc32.cs
- DataSourceHelper.cs
- EntityDataSourceStatementEditorForm.cs
- WebPartTransformerAttribute.cs