Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / Converters / Generated / Int32CollectionValueSerializer.cs / 2 / Int32CollectionValueSerializer.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 { ////// Int32CollectionValueSerializer - ValueSerializer class for converting instances of strings to and from Int32Collection instances /// This is used by the MarkupWriter class. /// public class Int32CollectionValueSerializer : 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 Int32Collection)) { return false; } return true; } ////// Converts a string into a Int32Collection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Int32Collection.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 Int32Collection) { Int32Collection instance = (Int32Collection) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture ); } 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 { ////// Int32CollectionValueSerializer - ValueSerializer class for converting instances of strings to and from Int32Collection instances /// This is used by the MarkupWriter class. /// public class Int32CollectionValueSerializer : 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 Int32Collection)) { return false; } return true; } ////// Converts a string into a Int32Collection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Int32Collection.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 Int32Collection) { Int32Collection instance = (Int32Collection) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.EnglishUSCulture ); } 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
- CFStream.cs
- EndEvent.cs
- ParsedAttributeCollection.cs
- HttpModuleAction.cs
- SqlStream.cs
- FormsAuthentication.cs
- ApplicationSecurityInfo.cs
- TextEditorTables.cs
- ResourceDisplayNameAttribute.cs
- LogConverter.cs
- BitmapEffectState.cs
- TextReader.cs
- SingleKeyFrameCollection.cs
- StringHelper.cs
- ContextMarshalException.cs
- BitmapCache.cs
- DocumentPageTextView.cs
- Triplet.cs
- FixedSchema.cs
- SqlUserDefinedAggregateAttribute.cs
- Int64AnimationBase.cs
- XmlSerializerNamespaces.cs
- TextRangeBase.cs
- XPathNode.cs
- HWStack.cs
- MembershipAdapter.cs
- Brush.cs
- DbParameterCollectionHelper.cs
- CellParaClient.cs
- DictionaryCustomTypeDescriptor.cs
- SqlDataSourceSelectingEventArgs.cs
- MatrixAnimationBase.cs
- X509LogoTypeExtension.cs
- Operand.cs
- ReflectionHelper.cs
- _Win32.cs
- ScriptControlDescriptor.cs
- InfoCardTraceRecord.cs
- UniqueIdentifierService.cs
- WindowsSecurityTokenAuthenticator.cs
- RecognizedWordUnit.cs
- Visual.cs
- RoutedUICommand.cs
- BypassElementCollection.cs
- HttpWebRequestElement.cs
- RelatedEnd.cs
- _CookieModule.cs
- SymbolEqualComparer.cs
- FileVersionInfo.cs
- TextUtf8RawTextWriter.cs
- TopClause.cs
- XmlChoiceIdentifierAttribute.cs
- CleanUpVirtualizedItemEventArgs.cs
- PasswordTextContainer.cs
- XPathNodeIterator.cs
- EncryptedHeader.cs
- SHA256.cs
- PropertyExpression.cs
- HttpListenerException.cs
- Double.cs
- ListViewDeletedEventArgs.cs
- Composition.cs
- CachedFontFamily.cs
- SocketAddress.cs
- ReflectTypeDescriptionProvider.cs
- Claim.cs
- SystemResourceKey.cs
- NativeMethods.cs
- BaseDataListComponentEditor.cs
- WebBrowserPermission.cs
- MetadataItemEmitter.cs
- ChildrenQuery.cs
- DbParameterHelper.cs
- ObjectQuery.cs
- StructureChangedEventArgs.cs
- Calendar.cs
- ProfilePropertyNameValidator.cs
- ControlSerializer.cs
- SqlDeflator.cs
- ProxyManager.cs
- GeneralTransform.cs
- GeometryCollection.cs
- DotAtomReader.cs
- PolyQuadraticBezierSegment.cs
- ExpressionDumper.cs
- LockingPersistenceProvider.cs
- ReferenceService.cs
- SqlFileStream.cs
- DbParameterCollectionHelper.cs
- XmlTextEncoder.cs
- MetabaseServerConfig.cs
- RadioButton.cs
- TraceContextEventArgs.cs
- GeneralTransform2DTo3DTo2D.cs
- CommandDevice.cs
- RowTypeElement.cs
- DataPager.cs
- ActivityDesignerHighlighter.cs
- ChangeConflicts.cs
- SQLChars.cs