Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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, 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.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, 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
- GCHandleCookieTable.cs
- TextProviderWrapper.cs
- ObjectConverter.cs
- InvalidWMPVersionException.cs
- RouteItem.cs
- InvalidComObjectException.cs
- ComponentChangingEvent.cs
- CngUIPolicy.cs
- MaterialGroup.cs
- EntitySqlQueryState.cs
- Visual3D.cs
- Matrix3DStack.cs
- coordinatorfactory.cs
- TextClipboardData.cs
- WebBrowserProgressChangedEventHandler.cs
- ToolStripOverflowButton.cs
- ReflectionUtil.cs
- DataGridPageChangedEventArgs.cs
- dtdvalidator.cs
- InfocardInteractiveChannelInitializer.cs
- SqlUnionizer.cs
- mediaeventargs.cs
- DoWorkEventArgs.cs
- GetReadStreamResult.cs
- StorageInfo.cs
- DataTableNewRowEvent.cs
- XmlCharacterData.cs
- SiteMapProvider.cs
- Utility.cs
- path.cs
- PrivacyNoticeBindingElement.cs
- LinkTarget.cs
- BitmapEffectState.cs
- AlphabetConverter.cs
- DynamicILGenerator.cs
- StructuredTypeEmitter.cs
- ImageSource.cs
- NotifyCollectionChangedEventArgs.cs
- ReferencedCategoriesDocument.cs
- PropertyOverridesTypeEditor.cs
- LoginCancelEventArgs.cs
- ConnectionManagementElementCollection.cs
- FileBasedResourceGroveler.cs
- xdrvalidator.cs
- EmptyCollection.cs
- MethodToken.cs
- GeneralTransform2DTo3D.cs
- ZipIOLocalFileDataDescriptor.cs
- DbMetaDataCollectionNames.cs
- XPathParser.cs
- GPPOINT.cs
- CollectionBase.cs
- SqlFlattener.cs
- WSFederationHttpBindingCollectionElement.cs
- PeerConnector.cs
- ZoneIdentityPermission.cs
- graph.cs
- OleDbTransaction.cs
- IIS7WorkerRequest.cs
- XmlSerializableServices.cs
- EventKeyword.cs
- MenuItemBinding.cs
- PageSettings.cs
- GeometryDrawing.cs
- SetterBase.cs
- WorkflowTransactionOptions.cs
- InfoCardClaimCollection.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- METAHEADER.cs
- NetCodeGroup.cs
- PackWebRequestFactory.cs
- HtmlLink.cs
- TemplateBuilder.cs
- HttpRequest.cs
- Style.cs
- MenuTracker.cs
- CollectionEditVerbManager.cs
- InfoCardArgumentException.cs
- WebPartDeleteVerb.cs
- XmlWriterTraceListener.cs
- XmlFileEditor.cs
- TextSelectionProcessor.cs
- DbParameterHelper.cs
- Matrix3DConverter.cs
- FormDocumentDesigner.cs
- AnyAllSearchOperator.cs
- HMACSHA256.cs
- AssociationTypeEmitter.cs
- CompilationSection.cs
- PolyBezierSegment.cs
- CompiledIdentityConstraint.cs
- TypeDescriptor.cs
- FileAuthorizationModule.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- WindowsUserNameCachingSecurityTokenAuthenticator.cs
- WebCategoryAttribute.cs
- RawMouseInputReport.cs
- IndentTextWriter.cs
- CollectionBase.cs
- OperationAbortedException.cs