Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Converters / Generated / VectorValueSerializer.cs / 1305600 / VectorValueSerializer.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 { ////// VectorValueSerializer - ValueSerializer class for converting instances of strings to and from Vector instances /// This is used by the MarkupWriter class. /// public class VectorValueSerializer : 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 Vector)) { return false; } return true; } ////// Converts a string into a Vector. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Vector.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 Vector) { Vector instance = (Vector) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS); } 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 { ////// VectorValueSerializer - ValueSerializer class for converting instances of strings to and from Vector instances /// This is used by the MarkupWriter class. /// public class VectorValueSerializer : 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 Vector)) { return false; } return true; } ////// Converts a string into a Vector. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Vector.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 Vector) { Vector instance = (Vector) value; #pragma warning suppress 6506 // instance is obviously not null return instance.ConvertToString(null, System.Windows.Markup.TypeConverterHelper.InvariantEnglishUS); } 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
- FixedNode.cs
- XmlDataSource.cs
- BindingsCollection.cs
- CodeDomExtensionMethods.cs
- MethodAccessException.cs
- XmlSchemaChoice.cs
- SendKeys.cs
- CodeMethodReturnStatement.cs
- PopupRoot.cs
- ImageCodecInfoPrivate.cs
- PrintingPermission.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- TreeNodeStyle.cs
- SineEase.cs
- RecipientInfo.cs
- SymbolType.cs
- MultitargetUtil.cs
- CloudCollection.cs
- ContextActivityUtils.cs
- DesignerDataView.cs
- DataServiceStreamResponse.cs
- HtmlHistory.cs
- ReaderWriterLock.cs
- CompilerInfo.cs
- MetadataItemSerializer.cs
- LogEntryHeaderSerializer.cs
- AspNetPartialTrustHelpers.cs
- LayoutEngine.cs
- WorkflowInlining.cs
- PresentationAppDomainManager.cs
- unsafeIndexingFilterStream.cs
- ListChangedEventArgs.cs
- ColumnClickEvent.cs
- WebPartActionVerb.cs
- MatrixCamera.cs
- LoopExpression.cs
- FixedTextBuilder.cs
- XPathDocument.cs
- ToolBarButtonClickEvent.cs
- SmiXetterAccessMap.cs
- Double.cs
- PasswordTextNavigator.cs
- NetworkAddressChange.cs
- Span.cs
- SqlVisitor.cs
- BuildProvider.cs
- ResourceDictionary.cs
- SchemaElementDecl.cs
- FontStyleConverter.cs
- XmlNodeChangedEventManager.cs
- PenContext.cs
- RegexNode.cs
- UnsafeNativeMethodsPenimc.cs
- StringAnimationBase.cs
- Schedule.cs
- ConsoleTraceListener.cs
- ListViewCommandEventArgs.cs
- CompilationSection.cs
- StackBuilderSink.cs
- MouseWheelEventArgs.cs
- WebSysDefaultValueAttribute.cs
- TextBoxRenderer.cs
- X509InitiatorCertificateServiceElement.cs
- ProcessManager.cs
- XmlNotation.cs
- FilterableAttribute.cs
- ImageFormat.cs
- SetterBaseCollection.cs
- CreateUserErrorEventArgs.cs
- HttpContext.cs
- TrackingParticipant.cs
- MultiTrigger.cs
- SlipBehavior.cs
- HwndTarget.cs
- ErrorBehavior.cs
- AstTree.cs
- ForceCopyBuildProvider.cs
- RawStylusSystemGestureInputReport.cs
- HwndKeyboardInputProvider.cs
- MouseBinding.cs
- HitTestParameters3D.cs
- Validator.cs
- FrameDimension.cs
- WindowsListViewGroupSubsetLink.cs
- BrowserCapabilitiesCodeGenerator.cs
- WorkItem.cs
- ExtendedPropertyInfo.cs
- MaskedTextProvider.cs
- ConnectionPoolManager.cs
- UpDownEvent.cs
- Timer.cs
- TypeDescriptionProvider.cs
- ClipboardData.cs
- DashStyles.cs
- MembershipSection.cs
- VoiceInfo.cs
- InertiaRotationBehavior.cs
- HandleCollector.cs
- XmlEncodedRawTextWriter.cs
- StylusLogic.cs