Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / Converters / Generated / Size3DValueSerializer.cs / 1305600 / Size3DValueSerializer.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 { ////// Size3DValueSerializer - ValueSerializer class for converting instances of strings to and from Size3D instances /// This is used by the MarkupWriter class. /// public class Size3DValueSerializer : 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 Size3D)) { return false; } return true; } ////// Converts a string into a Size3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Size3D.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 Size3D) { Size3D instance = (Size3D) 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.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 { ////// Size3DValueSerializer - ValueSerializer class for converting instances of strings to and from Size3D instances /// This is used by the MarkupWriter class. /// public class Size3DValueSerializer : 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 Size3D)) { return false; } return true; } ////// Converts a string into a Size3D. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Size3D.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 Size3D) { Size3D instance = (Size3D) 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
- ReverseInheritProperty.cs
- Label.cs
- InvalidTimeZoneException.cs
- ErrorWrapper.cs
- BigIntegerStorage.cs
- COM2FontConverter.cs
- xsdvalidator.cs
- AliasGenerator.cs
- DataTemplate.cs
- Misc.cs
- FormsAuthenticationConfiguration.cs
- QilList.cs
- ScriptingScriptResourceHandlerSection.cs
- PtsHost.cs
- SocketInformation.cs
- JavaScriptSerializer.cs
- ConnectionConsumerAttribute.cs
- HyperLink.cs
- wmiprovider.cs
- SelectionUIHandler.cs
- GZipUtils.cs
- SimpleHandlerFactory.cs
- TemplateControlParser.cs
- PathFigureCollection.cs
- LabelDesigner.cs
- ResolveResponseInfo.cs
- ImportDesigner.xaml.cs
- FilterException.cs
- CodeExporter.cs
- XmlRawWriterWrapper.cs
- CompoundFileIOPermission.cs
- QueryContinueDragEvent.cs
- Profiler.cs
- ObjectDisposedException.cs
- TableCellCollection.cs
- CheckBox.cs
- ResourceProviderFactory.cs
- FrameworkObject.cs
- XmlRawWriter.cs
- WindowCollection.cs
- AssociationSetMetadata.cs
- TypeTypeConverter.cs
- XmlNodeComparer.cs
- InteropAutomationProvider.cs
- InputScopeManager.cs
- SqlCacheDependencySection.cs
- SelectedDatesCollection.cs
- OrthographicCamera.cs
- ListBox.cs
- XmlDataCollection.cs
- RawStylusInputCustomDataList.cs
- TextModifierScope.cs
- OdbcError.cs
- ValidationEventArgs.cs
- ProgramPublisher.cs
- HtmlImage.cs
- OutputCacheProfileCollection.cs
- GcHandle.cs
- ConstructorExpr.cs
- Assembly.cs
- WindowsProgressbar.cs
- DataColumnChangeEvent.cs
- Int64Storage.cs
- HMACSHA384.cs
- XmlIterators.cs
- SqlRowUpdatingEvent.cs
- DeviceSpecificChoice.cs
- EventMappingSettingsCollection.cs
- CheckedPointers.cs
- ReadOnlyCollectionBase.cs
- HashHelper.cs
- ExponentialEase.cs
- UpdateExpressionVisitor.cs
- MetadataItem.cs
- MethodCallConverter.cs
- SqlConnectionStringBuilder.cs
- FilterElement.cs
- RunClient.cs
- HttpInputStream.cs
- TransformPatternIdentifiers.cs
- ServiceKnownTypeAttribute.cs
- InputLanguageCollection.cs
- ToolboxComponentsCreatingEventArgs.cs
- X509WindowsSecurityToken.cs
- SchemaInfo.cs
- MouseActionConverter.cs
- EncryptedType.cs
- ServiceDebugBehavior.cs
- DisplayToken.cs
- FacetValues.cs
- DispatcherSynchronizationContext.cs
- ScriptHandlerFactory.cs
- Monitor.cs
- FixedHighlight.cs
- PlaceHolder.cs
- RotationValidation.cs
- SchemaCompiler.cs
- TableLayoutPanelCellPosition.cs
- DataGridToolTip.cs
- DuplexClientBase.cs