Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Base / System / Windows / Converters / Generated / RectValueSerializer.cs / 1305600 / RectValueSerializer.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 { ////// RectValueSerializer - ValueSerializer class for converting instances of strings to and from Rect instances /// This is used by the MarkupWriter class. /// public class RectValueSerializer : 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 Rect)) { return false; } return true; } ////// Converts a string into a Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect.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 Rect) { Rect instance = (Rect) 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 { ////// RectValueSerializer - ValueSerializer class for converting instances of strings to and from Rect instances /// This is used by the MarkupWriter class. /// public class RectValueSerializer : 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 Rect)) { return false; } return true; } ////// Converts a string into a Rect. /// public override object ConvertFromString(string value, IValueSerializerContext context) { if (value != null) { return Rect.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 Rect) { Rect instance = (Rect) 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
- TabControlAutomationPeer.cs
- IdentitySection.cs
- TypefaceMetricsCache.cs
- SystemWebSectionGroup.cs
- MDIWindowDialog.cs
- DependencyPropertyValueSerializer.cs
- NavigatingCancelEventArgs.cs
- SiteMembershipCondition.cs
- _DisconnectOverlappedAsyncResult.cs
- XPathEmptyIterator.cs
- DocumentGridPage.cs
- AssemblyAttributes.cs
- ConsoleCancelEventArgs.cs
- XmlHelper.cs
- Shape.cs
- AutoGeneratedFieldProperties.cs
- HostExecutionContextManager.cs
- ExtenderControl.cs
- TemplateLookupAction.cs
- Workspace.cs
- elementinformation.cs
- CompilerGlobalScopeAttribute.cs
- AlternateViewCollection.cs
- SimpleTypeResolver.cs
- ServiceProviders.cs
- ProviderConnectionPointCollection.cs
- SimplePropertyEntry.cs
- ConfigXmlWhitespace.cs
- WebPartMovingEventArgs.cs
- LocalizedNameDescriptionPair.cs
- DataGridViewComboBoxColumn.cs
- BinaryConverter.cs
- ToolStripArrowRenderEventArgs.cs
- TraceHelpers.cs
- COM2PropertyDescriptor.cs
- WsatTransactionFormatter.cs
- ObjectItemConventionAssemblyLoader.cs
- PointCollection.cs
- InvalidAsynchronousStateException.cs
- SecondaryIndex.cs
- UserCancellationException.cs
- DocumentationServerProtocol.cs
- CustomErrorCollection.cs
- NamespaceList.cs
- DllNotFoundException.cs
- DictionaryChange.cs
- EncoderParameters.cs
- OutputCacheSettings.cs
- NumberFunctions.cs
- WebWorkflowRole.cs
- QueryContext.cs
- dsa.cs
- GroupQuery.cs
- ApplicationId.cs
- StringPropertyBuilder.cs
- SplineKeyFrames.cs
- XmlSchemaComplexType.cs
- Translator.cs
- StaticExtension.cs
- HttpResponseInternalWrapper.cs
- Expression.cs
- SymbolResolver.cs
- DataPager.cs
- ActivityBuilderHelper.cs
- Section.cs
- LeftCellWrapper.cs
- WebPartUtil.cs
- filewebrequest.cs
- NullReferenceException.cs
- SelectionProviderWrapper.cs
- MethodRental.cs
- CoreSwitches.cs
- ContractListAdapter.cs
- XmlCDATASection.cs
- XmlDataLoader.cs
- SafeNativeMethods.cs
- XmlWriterTraceListener.cs
- DataSourceDesigner.cs
- RequestCachingSection.cs
- TypeNameParser.cs
- ScopeCompiler.cs
- BuildResultCache.cs
- HttpCapabilitiesSectionHandler.cs
- Expression.cs
- WebPartTransformerAttribute.cs
- LassoHelper.cs
- Pen.cs
- TextBoxLine.cs
- VerificationException.cs
- CustomWebEventKey.cs
- FamilyTypeface.cs
- HelloOperationCD1AsyncResult.cs
- SmtpNegotiateAuthenticationModule.cs
- DataGridViewCellParsingEventArgs.cs
- RenderDataDrawingContext.cs
- TextMessageEncodingBindingElement.cs
- GeometryValueSerializer.cs
- PreviewPrintController.cs
- TraceSwitch.cs
- ProcessModuleDesigner.cs