Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Markup / XamlDesignerSerializationManager.cs / 1 / XamlDesignerSerializationManager.cs
//---------------------------------------------------------------------------- // // File: XamlDesignerSerializationManager.cs // // Description: // Manages the ContextStack for a particular run of Serialization. // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Xml; namespace System.Windows.Markup { ////// The serialization manager offers three services /// 1. To store all of the context information /// for the current run of serialization on a stack. /// 2. To query a given type for its serializer. /// 3. To get and set the serialization mode for /// a given Expression type /// ////// As a measure of optimization it also /// maintains a cache mapping types to /// serializers, to avoid the overhead of /// reflecting for the attribute on every /// query. /// /// /// // public class XamlDesignerSerializationManager : ServiceProviders { #region Construction ////// Constructor for XamlDesignerSerializationManager /// /// /// XmlWriter /// public XamlDesignerSerializationManager(XmlWriter xmlWriter) { _xamlWriterMode = XamlWriterMode.Value; _xmlWriter = xmlWriter; } #endregion Construction #region Properties ////// The mode of serialization for /// all Expressions /// public XamlWriterMode XamlWriterMode { get { return _xamlWriterMode; } set { // Validate Input Arguments if (!IsValidXamlWriterMode(value)) { throw new InvalidEnumArgumentException("value", (int)value, typeof(XamlWriterMode)); } _xamlWriterMode = value; } } ////// XmlWriter /// internal XmlWriter XmlWriter { get { return _xmlWriter; } } #endregion Properties #region Internal Methods internal void ClearXmlWriter() { _xmlWriter = null; } #endregion #region Private Methods private static bool IsValidXamlWriterMode(XamlWriterMode value) { return value == XamlWriterMode.Value || value == XamlWriterMode.Expression; } #endregion #region Data private XamlWriterMode _xamlWriterMode; // Serialization modes private XmlWriter _xmlWriter; //XmlWriter #endregion Data } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: XamlDesignerSerializationManager.cs // // Description: // Manages the ContextStack for a particular run of Serialization. // // Copyright (C) 2003 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Xml; namespace System.Windows.Markup { ////// The serialization manager offers three services /// 1. To store all of the context information /// for the current run of serialization on a stack. /// 2. To query a given type for its serializer. /// 3. To get and set the serialization mode for /// a given Expression type /// ////// As a measure of optimization it also /// maintains a cache mapping types to /// serializers, to avoid the overhead of /// reflecting for the attribute on every /// query. /// /// /// // public class XamlDesignerSerializationManager : ServiceProviders { #region Construction ////// Constructor for XamlDesignerSerializationManager /// /// /// XmlWriter /// public XamlDesignerSerializationManager(XmlWriter xmlWriter) { _xamlWriterMode = XamlWriterMode.Value; _xmlWriter = xmlWriter; } #endregion Construction #region Properties ////// The mode of serialization for /// all Expressions /// public XamlWriterMode XamlWriterMode { get { return _xamlWriterMode; } set { // Validate Input Arguments if (!IsValidXamlWriterMode(value)) { throw new InvalidEnumArgumentException("value", (int)value, typeof(XamlWriterMode)); } _xamlWriterMode = value; } } ////// XmlWriter /// internal XmlWriter XmlWriter { get { return _xmlWriter; } } #endregion Properties #region Internal Methods internal void ClearXmlWriter() { _xmlWriter = null; } #endregion #region Private Methods private static bool IsValidXamlWriterMode(XamlWriterMode value) { return value == XamlWriterMode.Value || value == XamlWriterMode.Expression; } #endregion #region Data private XamlWriterMode _xamlWriterMode; // Serialization modes private XmlWriter _xmlWriter; //XmlWriter #endregion Data } } // 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
- XPathParser.cs
- ComPlusTraceRecord.cs
- BasicViewGenerator.cs
- ContentDefinition.cs
- Expression.cs
- BulletedListDesigner.cs
- DesignerProperties.cs
- MatrixCamera.cs
- DesignerListAdapter.cs
- ChineseLunisolarCalendar.cs
- StrokeNodeOperations2.cs
- HttpModuleAction.cs
- WmpBitmapDecoder.cs
- SQLUtility.cs
- ProcessInfo.cs
- SspiWrapper.cs
- NameValueSectionHandler.cs
- StylusDownEventArgs.cs
- ResourceContainer.cs
- EventLogRecord.cs
- ModuleBuilder.cs
- TimeSpan.cs
- NetworkInformationPermission.cs
- InlineObject.cs
- TextTreeUndoUnit.cs
- MetadataItemCollectionFactory.cs
- Rotation3DKeyFrameCollection.cs
- SystemIPAddressInformation.cs
- ImageAnimator.cs
- PingReply.cs
- HashAlgorithm.cs
- CriticalFinalizerObject.cs
- BypassElement.cs
- WebDescriptionAttribute.cs
- DictationGrammar.cs
- SessionPageStateSection.cs
- ReliableOutputConnection.cs
- DocumentsTrace.cs
- HostProtectionException.cs
- Rijndael.cs
- Site.cs
- MD5Cng.cs
- NotifyIcon.cs
- HttpHandlerActionCollection.cs
- CodeBinaryOperatorExpression.cs
- DirectoryObjectSecurity.cs
- ChannelTraceRecord.cs
- Currency.cs
- LoadMessageLogger.cs
- PaperSource.cs
- MessageSecurityOverMsmqElement.cs
- FormsAuthenticationUserCollection.cs
- SafeMILHandle.cs
- EventManager.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- XmlSecureResolver.cs
- KeySpline.cs
- SqlCommand.cs
- InstanceHandleConflictException.cs
- UTF8Encoding.cs
- dsa.cs
- AliasedSlot.cs
- GlobalDataBindingHandler.cs
- BuildDependencySet.cs
- StateWorkerRequest.cs
- ExpandoObject.cs
- SchemaElementDecl.cs
- TreeViewDesigner.cs
- DataTableClearEvent.cs
- DynamicPropertyReader.cs
- InvokeFunc.cs
- PropertyGeneratedEventArgs.cs
- SecurityUtils.cs
- PowerModeChangedEventArgs.cs
- PageScaling.cs
- Speller.cs
- PhysicalOps.cs
- Figure.cs
- BufferBuilder.cs
- FullTextBreakpoint.cs
- ProviderException.cs
- MenuItemStyleCollectionEditor.cs
- SqlAggregateChecker.cs
- ZoomPercentageConverter.cs
- GPPOINTF.cs
- ProcessHostConfigUtils.cs
- XmlSchemaCollection.cs
- NumberFunctions.cs
- XPathBuilder.cs
- FrameworkElementAutomationPeer.cs
- ConnectionPointCookie.cs
- Shape.cs
- EntityProviderFactory.cs
- EntityConnection.cs
- CustomLineCap.cs
- Serializer.cs
- ClipboardData.cs
- TemplateField.cs
- ObjectListSelectEventArgs.cs
- ThemeableAttribute.cs