Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Base / System / Windows / Converters / Generated / PointValueSerializer.cs / 1 / PointValueSerializer.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.WindowsBase; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using System.Windows.Converters; using System.Windows; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Converters { ////// PointValueSerializer - ValueSerializer class for converting instances of strings to and from Point instances /// This is used by the MarkupWriter class. /// public class PointValueSerializer : 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 Point)) { return false; } return true; } ////// Converts a string into a Point. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Point.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 Point) { Point instance = (Point) 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.WindowsBase; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.ComponentModel.Design.Serialization; using System.Windows.Markup; using System.Windows.Converters; using System.Windows; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Converters { ////// PointValueSerializer - ValueSerializer class for converting instances of strings to and from Point instances /// This is used by the MarkupWriter class. /// public class PointValueSerializer : 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 Point)) { return false; } return true; } ////// Converts a string into a Point. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Point.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 Point) { Point instance = (Point) 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
- ReadOnlyHierarchicalDataSourceView.cs
- BrowserCapabilitiesFactory.cs
- _DomainName.cs
- ResourceExpressionEditor.cs
- RuntimeResourceSet.cs
- ColorPalette.cs
- Int16.cs
- FormsAuthenticationModule.cs
- TdsParserSafeHandles.cs
- ExclusiveHandleList.cs
- GenericPrincipal.cs
- XmlSchemaComplexType.cs
- ElementHostPropertyMap.cs
- LinkedResource.cs
- NavigationService.cs
- Font.cs
- ServiceHost.cs
- MethodCallExpression.cs
- EntityException.cs
- StrongNameUtility.cs
- storagemappingitemcollection.viewdictionary.cs
- DataGridCellItemAutomationPeer.cs
- ButtonRenderer.cs
- StylusOverProperty.cs
- IndexOutOfRangeException.cs
- linebase.cs
- Brush.cs
- StrokeCollection.cs
- MethodCallTranslator.cs
- GenericUriParser.cs
- LinkUtilities.cs
- GeometryDrawing.cs
- SchemaImporterExtensionElementCollection.cs
- mactripleDES.cs
- MatrixTransform3D.cs
- DeviceSpecificChoiceCollection.cs
- Bitmap.cs
- InvalidComObjectException.cs
- DataBoundControlParameterTarget.cs
- TCEAdapterGenerator.cs
- ComponentResourceKey.cs
- Int64Converter.cs
- OverlappedContext.cs
- HTTPNotFoundHandler.cs
- ApplicationCommands.cs
- RemoteArgument.cs
- Latin1Encoding.cs
- X500Name.cs
- CachingHintValidation.cs
- TextDecorationUnitValidation.cs
- SystemIdentity.cs
- HtmlInputFile.cs
- ListContractAdapter.cs
- WebPartZoneBaseDesigner.cs
- SerializationObjectManager.cs
- DesignerSerializationVisibilityAttribute.cs
- BitVector32.cs
- _ChunkParse.cs
- ToolBar.cs
- MatrixStack.cs
- Size.cs
- LoginName.cs
- SqlPersonalizationProvider.cs
- XmlSchemaInclude.cs
- RoutedCommand.cs
- SqlUserDefinedAggregateAttribute.cs
- DataGridViewToolTip.cs
- ReachDocumentSequenceSerializer.cs
- webclient.cs
- ReceiveActivityValidator.cs
- CompositeCollection.cs
- StyleCollectionEditor.cs
- NotImplementedException.cs
- _LocalDataStoreMgr.cs
- TabPanel.cs
- UITypeEditor.cs
- Point3DIndependentAnimationStorage.cs
- XPathConvert.cs
- PlainXmlDeserializer.cs
- XmlSchemaInferenceException.cs
- TreeView.cs
- ReadOnlyHierarchicalDataSource.cs
- ObjectCache.cs
- DesignerDataParameter.cs
- BasicExpandProvider.cs
- ValidateNames.cs
- BaseTreeIterator.cs
- SmtpLoginAuthenticationModule.cs
- DiscoveryClientBindingElement.cs
- EditingMode.cs
- CFStream.cs
- RuntimeConfigLKG.cs
- ResourceType.cs
- CombinedGeometry.cs
- SafeMILHandle.cs
- OptionUsage.cs
- ClientConfigurationSystem.cs
- ModelItemDictionaryImpl.cs
- WinEventWrap.cs
- TextureBrush.cs