Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Matrix3DValueSerializer.cs / 2 / Matrix3DValueSerializer.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.Collections;
using MS.Internal.PresentationCore;
using MS.Utility;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design.Serialization;
using System.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Markup;
using System.Windows.Media.Media3D.Converters;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Composition;
using System.Security;
using System.Security.Permissions;
using SR=MS.Internal.PresentationCore.SR;
using SRID=MS.Internal.PresentationCore.SRID;
using System.Windows.Media.Imaging;
#pragma warning disable 1634, 1691 // suppressing PreSharp warnings
namespace System.Windows.Media.Media3D.Converters
{
///
/// Matrix3DValueSerializer - ValueSerializer class for converting instances of strings to and from Matrix3D instances
/// This is used by the MarkupWriter class.
///
public class Matrix3DValueSerializer : 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 Matrix3D))
{
return false;
}
return true;
}
///
/// Converts a string into a Matrix3D.
///
public override object ConvertFromString(string value, IValueSerializerContext context)
{
if (value != null)
{
return Matrix3D.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 Matrix3D)
{
Matrix3D instance = (Matrix3D) 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.Collections;
using MS.Internal.PresentationCore;
using MS.Utility;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.Design.Serialization;
using System.Diagnostics;
using System.Globalization;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Markup;
using System.Windows.Media.Media3D.Converters;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Composition;
using System.Security;
using System.Security.Permissions;
using SR=MS.Internal.PresentationCore.SR;
using SRID=MS.Internal.PresentationCore.SRID;
using System.Windows.Media.Imaging;
#pragma warning disable 1634, 1691 // suppressing PreSharp warnings
namespace System.Windows.Media.Media3D.Converters
{
///
/// Matrix3DValueSerializer - ValueSerializer class for converting instances of strings to and from Matrix3D instances
/// This is used by the MarkupWriter class.
///
public class Matrix3DValueSerializer : 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 Matrix3D))
{
return false;
}
return true;
}
///
/// Converts a string into a Matrix3D.
///
public override object ConvertFromString(string value, IValueSerializerContext context)
{
if (value != null)
{
return Matrix3D.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 Matrix3D)
{
Matrix3D instance = (Matrix3D) 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
- ModuleConfigurationInfo.cs
- CellQuery.cs
- KeyedHashAlgorithm.cs
- UnsafeNativeMethodsCLR.cs
- XmlSchemaComplexType.cs
- Point3DAnimation.cs
- PropertyBuilder.cs
- PublisherIdentityPermission.cs
- ToolStripDropDownClosingEventArgs.cs
- RefreshPropertiesAttribute.cs
- ADMembershipProvider.cs
- UrlPath.cs
- _Win32.cs
- ExpandedProjectionNode.cs
- ReadOnlyHierarchicalDataSource.cs
- SequenceQuery.cs
- prompt.cs
- HttpCookie.cs
- InputLangChangeEvent.cs
- ObjectDataSourceSelectingEventArgs.cs
- ArrayTypeMismatchException.cs
- oledbmetadatacolumnnames.cs
- GetPageCompletedEventArgs.cs
- WebEvents.cs
- VariantWrapper.cs
- LocalFileSettingsProvider.cs
- CalloutQueueItem.cs
- GenericRootAutomationPeer.cs
- WebPartZone.cs
- MethodAccessException.cs
- FixedTextBuilder.cs
- ClientRuntimeConfig.cs
- DefaultSerializationProviderAttribute.cs
- DeflateEmulationStream.cs
- CompatibleComparer.cs
- ParentControlDesigner.cs
- ActivityDesignerAccessibleObject.cs
- EditorZone.cs
- Span.cs
- CursorInteropHelper.cs
- Configuration.cs
- WebControlAdapter.cs
- DebugViewWriter.cs
- GifBitmapEncoder.cs
- ExecutionEngineException.cs
- CompilerWrapper.cs
- ExecutionEngineException.cs
- SignedInfo.cs
- InboundActivityHelper.cs
- ValidationError.cs
- SystemColorTracker.cs
- Material.cs
- DataGridViewCheckBoxCell.cs
- DiagnosticTraceSchemas.cs
- ImageListUtils.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- FormView.cs
- ThreadExceptionEvent.cs
- PerfCounters.cs
- GACMembershipCondition.cs
- TileModeValidation.cs
- HtmlValidationSummaryAdapter.cs
- UpdateCommandGenerator.cs
- Italic.cs
- AutomationElementIdentifiers.cs
- UserPreferenceChangedEventArgs.cs
- DeclarativeConditionsCollection.cs
- QilGenerator.cs
- CancellationHandlerDesigner.cs
- BackgroundWorker.cs
- ConfigurationStrings.cs
- DelegateSerializationHolder.cs
- AttributedMetaModel.cs
- SourceElementsCollection.cs
- selecteditemcollection.cs
- Boolean.cs
- DragCompletedEventArgs.cs
- WebControlAdapter.cs
- ReadOnlyCollection.cs
- printdlgexmarshaler.cs
- XamlWriterExtensions.cs
- EntityDataSourceContainerNameItem.cs
- LingerOption.cs
- LocatorGroup.cs
- DirectoryNotFoundException.cs
- WMIInterop.cs
- HttpDebugHandler.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- ElementHost.cs
- ObjectAnimationBase.cs
- PrintDialog.cs
- NestPullup.cs
- FileNotFoundException.cs
- PropertyIDSet.cs
- RefreshEventArgs.cs
- DataGridRow.cs
- FigureParagraph.cs
- Utils.cs
- HtmlMeta.cs
- ToolStripDropDownMenu.cs