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
- VisualStyleRenderer.cs
- CodeExporter.cs
- ProvidersHelper.cs
- EventLogEntry.cs
- ResourcesChangeInfo.cs
- RowToParametersTransformer.cs
- SafeViewOfFileHandle.cs
- ImageListUtils.cs
- ListQueryResults.cs
- CompilerErrorCollection.cs
- XhtmlStyleClass.cs
- LabelAutomationPeer.cs
- GCHandleCookieTable.cs
- SemanticTag.cs
- XpsInterleavingPolicy.cs
- CodeExporter.cs
- DataObject.cs
- TextServicesPropertyRanges.cs
- SessionViewState.cs
- ListSourceHelper.cs
- FrameworkTextComposition.cs
- DelimitedListTraceListener.cs
- ExecutionTracker.cs
- InvalidProgramException.cs
- DbConnectionStringBuilder.cs
- MD5CryptoServiceProvider.cs
- CellTreeNodeVisitors.cs
- CloudCollection.cs
- ElapsedEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- StorageAssociationTypeMapping.cs
- DesignerDataSchemaClass.cs
- PageCodeDomTreeGenerator.cs
- WindowsScrollBarBits.cs
- ResXResourceSet.cs
- SafeHandles.cs
- AnimationStorage.cs
- ByteStorage.cs
- ColorAnimationUsingKeyFrames.cs
- UdpUtility.cs
- MemoryRecordBuffer.cs
- BinaryUtilClasses.cs
- RoleGroup.cs
- keycontainerpermission.cs
- StoryFragments.cs
- FileAuthorizationModule.cs
- CrossSiteScriptingValidation.cs
- MouseButtonEventArgs.cs
- TextStore.cs
- WebControlParameterProxy.cs
- SqlDataAdapter.cs
- M3DUtil.cs
- KerberosSecurityTokenProvider.cs
- XmlSchemaImporter.cs
- TextCompositionEventArgs.cs
- FontWeight.cs
- SessionConnectionReader.cs
- Cursor.cs
- NativeMethods.cs
- VariableQuery.cs
- AttachedAnnotationChangedEventArgs.cs
- UDPClient.cs
- DetailsViewUpdateEventArgs.cs
- ParserStreamGeometryContext.cs
- SID.cs
- TargetPerspective.cs
- HebrewCalendar.cs
- ProgressBarRenderer.cs
- SByteConverter.cs
- SettingsBase.cs
- PreviewKeyDownEventArgs.cs
- SpotLight.cs
- ClientOperation.cs
- CanonicalFontFamilyReference.cs
- OracleFactory.cs
- basevalidator.cs
- ResourceExpressionBuilder.cs
- FormsAuthenticationCredentials.cs
- SplineQuaternionKeyFrame.cs
- ServiceNameElementCollection.cs
- PassportAuthenticationModule.cs
- MenuAdapter.cs
- SessionState.cs
- TypedServiceOperationListItem.cs
- WindowsContainer.cs
- XmlILConstructAnalyzer.cs
- ProtocolsConfigurationHandler.cs
- DataGridViewControlCollection.cs
- SelectionPatternIdentifiers.cs
- HttpCachePolicyBase.cs
- SerializationException.cs
- NativeMethods.cs
- AdornerLayer.cs
- ToolboxCategory.cs
- ListenerPerfCounters.cs
- cookiecontainer.cs
- IpcChannel.cs
- ObjectViewFactory.cs
- DistributedTransactionPermission.cs
- XPathChildIterator.cs