Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Converters / Generated / VectorCollectionValueSerializer.cs / 2 / VectorCollectionValueSerializer.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 { ////// VectorCollectionValueSerializer - ValueSerializer class for converting instances of strings to and from VectorCollection instances /// This is used by the MarkupWriter class. /// public class VectorCollectionValueSerializer : 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 VectorCollection)) { return false; } return true; } ////// Converts a string into a VectorCollection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return VectorCollection.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 VectorCollection) { VectorCollection instance = (VectorCollection) 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 { ////// VectorCollectionValueSerializer - ValueSerializer class for converting instances of strings to and from VectorCollection instances /// This is used by the MarkupWriter class. /// public class VectorCollectionValueSerializer : 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 VectorCollection)) { return false; } return true; } ////// Converts a string into a VectorCollection. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return VectorCollection.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 VectorCollection) { VectorCollection instance = (VectorCollection) 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
- DefaultSection.cs
- GridView.cs
- SchemaInfo.cs
- LocalizationComments.cs
- DbConnectionStringBuilder.cs
- AssemblyCache.cs
- XLinq.cs
- XmlUnspecifiedAttribute.cs
- AttachmentService.cs
- Config.cs
- Matrix3DStack.cs
- ExtenderProvidedPropertyAttribute.cs
- CompositeFontFamily.cs
- FloatUtil.cs
- VisualCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ArrangedElement.cs
- StorageMappingFragment.cs
- DataStreams.cs
- dbenumerator.cs
- DataRelation.cs
- DomainUpDown.cs
- SQLString.cs
- OdbcInfoMessageEvent.cs
- HtmlDocument.cs
- FormatterConverter.cs
- XNodeNavigator.cs
- Socket.cs
- BitmapFrame.cs
- ServerValidateEventArgs.cs
- CfgRule.cs
- ISFTagAndGuidCache.cs
- TreeViewImageKeyConverter.cs
- FontFamilyConverter.cs
- TextViewBase.cs
- WorkflowCompensationBehavior.cs
- EdmMember.cs
- ListSourceHelper.cs
- ZipIOCentralDirectoryBlock.cs
- Rect.cs
- OdbcError.cs
- CustomValidator.cs
- TextElementEnumerator.cs
- PerspectiveCamera.cs
- SelfIssuedSamlTokenFactory.cs
- ContainerParaClient.cs
- WorkflowTimerService.cs
- dtdvalidator.cs
- MenuStrip.cs
- EntitySetRetriever.cs
- MDIWindowDialog.cs
- DataObjectSettingDataEventArgs.cs
- UnmanagedMarshal.cs
- ActivityTypeResolver.xaml.cs
- PieceDirectory.cs
- CoreSwitches.cs
- VBIdentifierTrimConverter.cs
- DependencyPropertyHelper.cs
- WindowsProgressbar.cs
- MarginsConverter.cs
- Win32SafeHandles.cs
- Rotation3DAnimation.cs
- SecurityElement.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SqlVersion.cs
- IDispatchConstantAttribute.cs
- SettingsProviderCollection.cs
- precedingquery.cs
- MessageEncoder.cs
- NameValueCollection.cs
- CodeExpressionStatement.cs
- DataGridViewAdvancedBorderStyle.cs
- CodeExpressionRuleDeclaration.cs
- WebPartDisplayModeCancelEventArgs.cs
- XmlSubtreeReader.cs
- DPCustomTypeDescriptor.cs
- NativeMethods.cs
- PointAnimationUsingPath.cs
- ComponentChangedEvent.cs
- StatusBarPanel.cs
- SegmentInfo.cs
- Rect3DConverter.cs
- LinkGrep.cs
- ContentDesigner.cs
- relpropertyhelper.cs
- WizardPanel.cs
- ListComponentEditor.cs
- OciLobLocator.cs
- LambdaCompiler.Logical.cs
- GroupQuery.cs
- BevelBitmapEffect.cs
- RequestContext.cs
- CodeRegionDirective.cs
- RSAOAEPKeyExchangeFormatter.cs
- DbConnectionInternal.cs
- DtdParser.cs
- ToolStripOverflowButton.cs
- UpdatePanelTriggerCollection.cs
- XmlTypeAttribute.cs
- ExpressionEditorAttribute.cs