Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Point3DValueSerializer.cs / 2 / Point3DValueSerializer.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.Collections; using MS.Internal.PresentationCore; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows.Markup; using System.Windows.Media.Media3D.Converters; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; using System.Windows.Media.Imaging; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Media3D.Converters { ////// Point3DValueSerializer - ValueSerializer class for converting instances of strings to and from Point3D instances /// This is used by the MarkupWriter class. /// public class Point3DValueSerializer : 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 Point3D)) { return false; } return true; } ////// Converts a string into a Point3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Point3D.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 Point3D) { Point3D instance = (Point3D) 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.Collections; using MS.Internal.PresentationCore; using MS.Utility; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows.Markup; using System.Windows.Media.Media3D.Converters; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; using System.Windows.Media.Imaging; #pragma warning disable 1634, 1691 // suppressing PreSharp warnings namespace System.Windows.Media.Media3D.Converters { ////// Point3DValueSerializer - ValueSerializer class for converting instances of strings to and from Point3D instances /// This is used by the MarkupWriter class. /// public class Point3DValueSerializer : 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 Point3D)) { return false; } return true; } ////// Converts a string into a Point3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Point3D.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 Point3D) { Point3D instance = (Point3D) 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
- AlternateViewCollection.cs
- SHA256.cs
- PTProvider.cs
- Currency.cs
- KoreanLunisolarCalendar.cs
- OutOfMemoryException.cs
- TypeConverterHelper.cs
- ReadOnlyState.cs
- XmlSchemaObject.cs
- BindingManagerDataErrorEventArgs.cs
- _TimerThread.cs
- GridProviderWrapper.cs
- HelloMessageApril2005.cs
- PartialList.cs
- PropertyGridCommands.cs
- ColumnMapProcessor.cs
- AutomationAttributeInfo.cs
- EventSourceCreationData.cs
- ExtensionSimplifierMarkupObject.cs
- CursorInteropHelper.cs
- StructuredTypeEmitter.cs
- HttpCookie.cs
- _ListenerRequestStream.cs
- CustomActivityDesigner.cs
- WebServiceClientProxyGenerator.cs
- DataGridViewDataErrorEventArgs.cs
- StateDesigner.LayoutSelectionGlyph.cs
- MsmqIntegrationMessagePool.cs
- SqlServices.cs
- CharStorage.cs
- WebPartConnectionsDisconnectVerb.cs
- FileDetails.cs
- BrowsableAttribute.cs
- InheritedPropertyChangedEventArgs.cs
- ListViewTableRow.cs
- TextCompositionEventArgs.cs
- ProjectionPlan.cs
- AutomationPropertyInfo.cs
- SqlDataSourceView.cs
- ScriptControlDescriptor.cs
- HttpAsyncResult.cs
- messageonlyhwndwrapper.cs
- APCustomTypeDescriptor.cs
- StreamGeometry.cs
- TcpSocketManager.cs
- GridEntryCollection.cs
- SimpleFieldTemplateFactory.cs
- PackagePartCollection.cs
- XhtmlBasicObjectListAdapter.cs
- ClaimComparer.cs
- ServiceProviders.cs
- XPathQueryGenerator.cs
- MessageSecurityOverHttpElement.cs
- CreateDataSourceDialog.cs
- DataTemplateKey.cs
- PageWrapper.cs
- DataGridViewCell.cs
- DataView.cs
- MethodAccessException.cs
- ConsumerConnectionPoint.cs
- SessionStateSection.cs
- RectIndependentAnimationStorage.cs
- RectKeyFrameCollection.cs
- _HTTPDateParse.cs
- ColorTypeConverter.cs
- HtmlShimManager.cs
- TimeSpanConverter.cs
- ComponentResourceKeyConverter.cs
- CanExpandCollapseAllConverter.cs
- AbstractExpressions.cs
- VerticalAlignConverter.cs
- RowTypePropertyElement.cs
- DataGridViewCheckBoxColumn.cs
- TextServicesContext.cs
- ForceCopyBuildProvider.cs
- AppDomainAttributes.cs
- ManipulationDeltaEventArgs.cs
- WebServiceMethodData.cs
- Stylesheet.cs
- ContactManager.cs
- DataViewSettingCollection.cs
- StreamInfo.cs
- CompilationUtil.cs
- ScriptingWebServicesSectionGroup.cs
- ImageIndexConverter.cs
- ValidatorUtils.cs
- NumberFunctions.cs
- SmtpCommands.cs
- WorkflowDefinitionDispenser.cs
- LambdaCompiler.Logical.cs
- SrgsGrammar.cs
- StateManagedCollection.cs
- ClusterRegistryConfigurationProvider.cs
- TreeNodeBindingCollection.cs
- TemplateBamlRecordReader.cs
- PageRanges.cs
- ReceiveSecurityHeaderEntry.cs
- StackOverflowException.cs
- TdsValueSetter.cs
- SelectionProviderWrapper.cs