Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Converters / Generated / Int32RectValueSerializer.cs / 1305600 / 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, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS);
}
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, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS);
}
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
- DataControlLinkButton.cs
- StringCollectionEditor.cs
- PageTheme.cs
- LocatorPartList.cs
- XmlAtomicValue.cs
- MouseOverProperty.cs
- SelectionRange.cs
- InsufficientMemoryException.cs
- TryCatch.cs
- EditingContext.cs
- CombinedGeometry.cs
- SspiSafeHandles.cs
- FontConverter.cs
- ConversionHelper.cs
- ToolBarButton.cs
- Converter.cs
- ChtmlPhoneCallAdapter.cs
- WorkflowItemsPresenter.cs
- EventSetter.cs
- ResourceExpression.cs
- UnsafeNativeMethodsPenimc.cs
- Stylesheet.cs
- Zone.cs
- PriorityBinding.cs
- PrivilegedConfigurationManager.cs
- X509Certificate2Collection.cs
- ProfileParameter.cs
- WrappedReader.cs
- ComNativeDescriptor.cs
- DeleteHelper.cs
- SiteMapDataSourceDesigner.cs
- GridEntry.cs
- DeriveBytes.cs
- SvcMapFileSerializer.cs
- ProtocolsInstallComponent.cs
- MemberAccessException.cs
- ChannelFactoryRefCache.cs
- ListViewContainer.cs
- ContractsBCL.cs
- InsufficientMemoryException.cs
- _ListenerRequestStream.cs
- RoleManagerModule.cs
- EditorPartCollection.cs
- DataService.cs
- CommandEventArgs.cs
- SoapAttributeAttribute.cs
- HttpModuleCollection.cs
- ZipIOModeEnforcingStream.cs
- StrongTypingException.cs
- TreeViewImageIndexConverter.cs
- EdmRelationshipRoleAttribute.cs
- XmlSchemaNotation.cs
- SystemResources.cs
- HtmlInputPassword.cs
- GridView.cs
- TextMessageEncoder.cs
- GcSettings.cs
- ExtensionSimplifierMarkupObject.cs
- FreezableCollection.cs
- DetectEofStream.cs
- AsyncOperationContext.cs
- DataGridViewCellConverter.cs
- SettingsBase.cs
- DrawingDrawingContext.cs
- DataGridViewMethods.cs
- WindowsListViewScroll.cs
- XmlSchemaSet.cs
- DataGridViewRowEventArgs.cs
- MatrixUtil.cs
- InstanceKey.cs
- TreeViewImageIndexConverter.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- PropertyNames.cs
- OutputScopeManager.cs
- StringFunctions.cs
- ImageCollectionEditor.cs
- LinkGrep.cs
- WebPartDisplayModeCollection.cs
- MenuItemStyleCollection.cs
- XmlComplianceUtil.cs
- BindableTemplateBuilder.cs
- ProfilePropertySettingsCollection.cs
- UserControl.cs
- WebPartDisplayModeEventArgs.cs
- CodeCompileUnit.cs
- DatatypeImplementation.cs
- ResXDataNode.cs
- _ConnectStream.cs
- Size.cs
- DllHostedComPlusServiceHost.cs
- SecUtil.cs
- util.cs
- PriorityBinding.cs
- CodeGenerator.cs
- TextTreeUndo.cs
- UserControlAutomationPeer.cs
- DrawingAttributeSerializer.cs
- BaseUriHelper.cs
- Application.cs
- DuplicateWaitObjectException.cs