Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Converters / Generated / PointCollectionValueSerializer.cs / 2 / 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, 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 { ////// 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, 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
- WebPartUserCapability.cs
- HttpCapabilitiesEvaluator.cs
- EntryPointNotFoundException.cs
- OpCellTreeNode.cs
- XmlSchemaSequence.cs
- NullReferenceException.cs
- CacheForPrimitiveTypes.cs
- XmlQueryType.cs
- LZCodec.cs
- WorkflowTraceTransfer.cs
- WizardPanel.cs
- DataRowComparer.cs
- VSDExceptions.cs
- ParserExtension.cs
- TableLayoutPanelCellPosition.cs
- InheritanceAttribute.cs
- NodeLabelEditEvent.cs
- ExpressionBindings.cs
- OrCondition.cs
- OLEDB_Enum.cs
- GroupQuery.cs
- RootBrowserWindowAutomationPeer.cs
- HScrollBar.cs
- HostingPreferredMapPath.cs
- ToolStripItemRenderEventArgs.cs
- AppDomainFactory.cs
- XPathBuilder.cs
- EntityTypeEmitter.cs
- RowsCopiedEventArgs.cs
- ProxyDataContractResolver.cs
- DbParameterCollectionHelper.cs
- RtfToXamlLexer.cs
- ParserHooks.cs
- XPathBinder.cs
- SponsorHelper.cs
- ProxyFragment.cs
- Model3D.cs
- ImageFormat.cs
- EventPrivateKey.cs
- ObjectDataSourceWizardForm.cs
- RuntimeResourceSet.cs
- OdbcConnection.cs
- CaseCqlBlock.cs
- ModulesEntry.cs
- OleDbParameter.cs
- HostingEnvironmentWrapper.cs
- DtdParser.cs
- MasterPageBuildProvider.cs
- ShortcutKeysEditor.cs
- ElementsClipboardData.cs
- ContentType.cs
- HeaderLabel.cs
- DataIdProcessor.cs
- NumericExpr.cs
- AspNetSynchronizationContext.cs
- TreeViewImageGenerator.cs
- UmAlQuraCalendar.cs
- BindingManagerDataErrorEventArgs.cs
- Underline.cs
- TextRunProperties.cs
- TypeUtil.cs
- DataColumnChangeEvent.cs
- ThreadSafeMessageFilterTable.cs
- PropertyItem.cs
- DataComponentGenerator.cs
- SchemaMerger.cs
- ComboBoxDesigner.cs
- MenuCommands.cs
- UniformGrid.cs
- GraphicsContext.cs
- SQLBinary.cs
- RichTextBox.cs
- TagPrefixCollection.cs
- FunctionDescription.cs
- BookmarkResumptionRecord.cs
- DesignerView.cs
- ConfigDefinitionUpdates.cs
- GPPOINT.cs
- ItemsControlAutomationPeer.cs
- TextContainerChangeEventArgs.cs
- PropertyGridCommands.cs
- TCPListener.cs
- XmlTextReader.cs
- SiteOfOriginPart.cs
- CreateUserErrorEventArgs.cs
- XmlILIndex.cs
- RtfToXamlLexer.cs
- ResourceDescriptionAttribute.cs
- IISUnsafeMethods.cs
- MethodBuilder.cs
- EventMappingSettingsCollection.cs
- TypeToken.cs
- FormView.cs
- SqlDataSourceCommandEventArgs.cs
- Exceptions.cs
- hebrewshape.cs
- BuiltInPermissionSets.cs
- DictionaryBase.cs
- XomlDesignerLoader.cs
- DocComment.cs