Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Converters / Generated / PointCollectionValueSerializer.cs / 1305600 / PointCollectionValueSerializer.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.KnownBoxes; 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.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Effects; using System.Windows.Media.Media3D; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// PointCollectionValueSerializer - ValueSerializer class for converting instances of strings to and from PointCollection instances /// This is used by the MarkupWriter class. /// public class PointCollectionValueSerializer : 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 PointCollection)) { return false; } return true; } ////// Converts a string into a PointCollection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return PointCollection.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 PointCollection) { PointCollection instance = (PointCollection) 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.KnownBoxes; 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.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Text; using System.Windows; using System.Windows.Media; using System.Windows.Media.Effects; using System.Windows.Media.Media3D; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Imaging; using System.Windows.Markup; using System.Windows.Media.Converters; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Converters { ////// PointCollectionValueSerializer - ValueSerializer class for converting instances of strings to and from PointCollection instances /// This is used by the MarkupWriter class. /// public class PointCollectionValueSerializer : 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 PointCollection)) { return false; } return true; } ////// Converts a string into a PointCollection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return PointCollection.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 PointCollection) { PointCollection instance = (PointCollection) 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
- KerberosSecurityTokenAuthenticator.cs
- TypeDelegator.cs
- SqlConnectionFactory.cs
- ListContractAdapter.cs
- GlobalEventManager.cs
- RegisteredScript.cs
- DataProtection.cs
- FtpWebRequest.cs
- FlowLayoutSettings.cs
- ClassHandlersStore.cs
- PrintPageEvent.cs
- TrustLevelCollection.cs
- CharEnumerator.cs
- AppDomainProtocolHandler.cs
- ProfileEventArgs.cs
- LinqDataSourceDisposeEventArgs.cs
- XmlSchemas.cs
- SqlExpressionNullability.cs
- HatchBrush.cs
- GcSettings.cs
- FormatConvertedBitmap.cs
- ReferencedType.cs
- SamlAssertion.cs
- MessageFault.cs
- FunctionQuery.cs
- EntityContainerEntitySet.cs
- UseAttributeSetsAction.cs
- Serializer.cs
- SafeThreadHandle.cs
- QueryStoreStatusRequest.cs
- ExplicitDiscriminatorMap.cs
- DefaultClaimSet.cs
- InstanceLockQueryResult.cs
- StrokeCollection2.cs
- CodeTypeParameter.cs
- ClientTarget.cs
- HelpKeywordAttribute.cs
- DataSourceUtil.cs
- EditorPartCollection.cs
- WmlLiteralTextAdapter.cs
- CodeTypeParameter.cs
- Overlapped.cs
- UserControlBuildProvider.cs
- ConnectionManagementElement.cs
- OleDbEnumerator.cs
- SqlBooleanizer.cs
- StrokeIntersection.cs
- DataListCommandEventArgs.cs
- OracleBoolean.cs
- FontUnit.cs
- ChildTable.cs
- CompiledQuery.cs
- KeyInterop.cs
- DataSourceHelper.cs
- ReachFixedPageSerializer.cs
- ThousandthOfEmRealDoubles.cs
- XmlNodeList.cs
- TokenBasedSet.cs
- SqlClientWrapperSmiStream.cs
- URLIdentityPermission.cs
- BigInt.cs
- BaseCollection.cs
- HeaderFilter.cs
- _FtpControlStream.cs
- SingleAnimationBase.cs
- ExecutionContext.cs
- MobileSysDescriptionAttribute.cs
- DbProviderFactoriesConfigurationHandler.cs
- FormParameter.cs
- Triangle.cs
- UiaCoreTypesApi.cs
- WebConfigurationManager.cs
- PaintEvent.cs
- ElementFactory.cs
- DelegatedStream.cs
- HwndStylusInputProvider.cs
- ClientSession.cs
- PageAdapter.cs
- SetterBase.cs
- ZoneMembershipCondition.cs
- IOThreadScheduler.cs
- SafeLibraryHandle.cs
- OdbcParameterCollection.cs
- FormClosedEvent.cs
- TypeUnloadedException.cs
- WebScriptMetadataInstanceContextProvider.cs
- TextBox.cs
- GraphicsContainer.cs
- DecoderExceptionFallback.cs
- DocumentProperties.cs
- Comparer.cs
- DropSource.cs
- DelegateTypeInfo.cs
- ExpressionBuilderCollection.cs
- CroppedBitmap.cs
- TraceHwndHost.cs
- LogLogRecordHeader.cs
- ScrollBar.cs
- GB18030Encoding.cs
- OutOfMemoryException.cs