Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Converters / Generated / VectorValueSerializer.cs / 1 / VectorValueSerializer.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
{
///
/// VectorValueSerializer - ValueSerializer class for converting instances of strings to and from Vector instances
/// This is used by the MarkupWriter class.
///
public class VectorValueSerializer : 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 Vector))
{
return false;
}
return true;
}
///
/// Converts a string into a Vector.
///
public override object ConvertFromString(string value, IValueSerializerContext context)
{
if (value != null)
{
return Vector.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 Vector)
{
Vector instance = (Vector) 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
{
///
/// VectorValueSerializer - ValueSerializer class for converting instances of strings to and from Vector instances
/// This is used by the MarkupWriter class.
///
public class VectorValueSerializer : 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 Vector))
{
return false;
}
return true;
}
///
/// Converts a string into a Vector.
///
public override object ConvertFromString(string value, IValueSerializerContext context)
{
if (value != null)
{
return Vector.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 Vector)
{
Vector instance = (Vector) 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
- SqlConnectionManager.cs
- TypedReference.cs
- FormViewModeEventArgs.cs
- SqlCacheDependency.cs
- SafeLibraryHandle.cs
- WebPartConnectionsCancelVerb.cs
- XAMLParseException.cs
- FixedDocumentSequencePaginator.cs
- PopupEventArgs.cs
- ShimAsPublicXamlType.cs
- EntityDataSourceView.cs
- DoneReceivingAsyncResult.cs
- DelegateArgumentValue.cs
- PrtTicket_Base.cs
- PingOptions.cs
- LogExtent.cs
- Propagator.JoinPropagator.cs
- thaishape.cs
- DbConnectionInternal.cs
- MimeTypeMapper.cs
- TypeForwardedToAttribute.cs
- SamlSubject.cs
- BuilderPropertyEntry.cs
- Int16Storage.cs
- WizardSideBarListControlItemEventArgs.cs
- FileDialogCustomPlaces.cs
- ServiceNotStartedException.cs
- EdmEntityTypeAttribute.cs
- DependencyObjectType.cs
- HTMLTextWriter.cs
- ScriptingJsonSerializationSection.cs
- SqlDataSourceSelectingEventArgs.cs
- WebPartConnectionsConfigureVerb.cs
- SizeAnimation.cs
- XPathPatternParser.cs
- selecteditemcollection.cs
- WinInetCache.cs
- XmlnsDictionary.cs
- TreeViewImageIndexConverter.cs
- ConnectionConsumerAttribute.cs
- SemaphoreFullException.cs
- TypeForwardedToAttribute.cs
- InfoCardHelper.cs
- BezierSegment.cs
- Keyboard.cs
- TextTreePropertyUndoUnit.cs
- OdbcParameterCollection.cs
- StringWriter.cs
- PeerToPeerException.cs
- Column.cs
- HybridWebProxyFinder.cs
- SqlRemoveConstantOrderBy.cs
- ResourcesGenerator.cs
- HttpResponseHeader.cs
- UriSectionReader.cs
- OperationResponse.cs
- CapabilitiesAssignment.cs
- DesignUtil.cs
- CriticalExceptions.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- DataGridItem.cs
- ConfigurationStrings.cs
- CompleteWizardStep.cs
- DefaultAssemblyResolver.cs
- EventPropertyMap.cs
- RemotingConfigParser.cs
- HeaderedContentControl.cs
- FixedHyperLink.cs
- MemberHolder.cs
- WebPartActionVerb.cs
- ExpressionValueEditor.cs
- MatrixValueSerializer.cs
- TCEAdapterGenerator.cs
- BookmarkWorkItem.cs
- IntegerValidator.cs
- CqlGenerator.cs
- XmlDocumentFragment.cs
- TreeWalkHelper.cs
- Line.cs
- DataGridColumnStyleMappingNameEditor.cs
- DataDocumentXPathNavigator.cs
- ThreadStateException.cs
- HtmlInputControl.cs
- TabRenderer.cs
- WebColorConverter.cs
- WebPartTransformerCollection.cs
- WebBrowserContainer.cs
- FontFamilyIdentifier.cs
- ItemsPanelTemplate.cs
- ApplicationSecurityInfo.cs
- IsolatedStorageFile.cs
- TreeBuilder.cs
- TextEditorMouse.cs
- SqlParameter.cs
- DesignTimeData.cs
- Int64Storage.cs
- QuestionEventArgs.cs
- WebPartHelpVerb.cs
- FileLogRecordStream.cs
- BindingMAnagerBase.cs