Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Markup / XamlPathDataSerializer.cs / 1305600 / XamlPathDataSerializer.cs
//// Copyright (C) Microsoft Corporation. All rights reserved. // // Description: // XamlSerializer used to persist path data into Baml. // using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.IO; using System.Xml; using MS.Utility; using MS.Internal; #if PBTCOMPILER using System.Reflection; using System.Collections.Generic; namespace MS.Internal.Markup #else using System.Windows; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.Media; namespace System.Windows.Markup #endif { ////// XamlPathDataSerializer is used to persist collections of integer indices in Baml /// internal class XamlPathDataSerializer : XamlSerializer { #region Construction ////// Constructor for XamlPathDataSerializer /// public XamlPathDataSerializer() { } #endregion Construction ////// Convert a string into a compact binary representation and write it out /// to the passed BinaryWriter. /// public override bool ConvertStringToCustomBinary ( BinaryWriter writer, // Writer into the baml stream string stringValue) // String to convert { Parsers.PathMinilanguageToBinary( writer, stringValue ) ; return true; } #if !PBTCOMPILER ////// Convert a compact binary representation of a collection /// into a Point3DCollection into and instance /// ////// This is called ONLY from the Parser and is not a general public method. /// public override object ConvertCustomBinaryToObject( BinaryReader reader) { return Parsers.DeserializeStreamGeometry( reader ); } ////// Convert a compact binary representation of a collection /// into a Point3DCollection into and instance /// ////// This is called ONLY from the Parser and is not a general public method. /// public static object StaticConvertCustomBinaryToObject( BinaryReader reader) { return Parsers.DeserializeStreamGeometry( reader ); } #endif } } // 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. // // Description: // XamlSerializer used to persist path data into Baml. // using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Globalization; using System.IO; using System.Xml; using MS.Utility; using MS.Internal; #if PBTCOMPILER using System.Reflection; using System.Collections.Generic; namespace MS.Internal.Markup #else using System.Windows; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.Media; namespace System.Windows.Markup #endif { ////// XamlPathDataSerializer is used to persist collections of integer indices in Baml /// internal class XamlPathDataSerializer : XamlSerializer { #region Construction ////// Constructor for XamlPathDataSerializer /// public XamlPathDataSerializer() { } #endregion Construction ////// Convert a string into a compact binary representation and write it out /// to the passed BinaryWriter. /// public override bool ConvertStringToCustomBinary ( BinaryWriter writer, // Writer into the baml stream string stringValue) // String to convert { Parsers.PathMinilanguageToBinary( writer, stringValue ) ; return true; } #if !PBTCOMPILER ////// Convert a compact binary representation of a collection /// into a Point3DCollection into and instance /// ////// This is called ONLY from the Parser and is not a general public method. /// public override object ConvertCustomBinaryToObject( BinaryReader reader) { return Parsers.DeserializeStreamGeometry( reader ); } ////// Convert a compact binary representation of a collection /// into a Point3DCollection into and instance /// ////// This is called ONLY from the Parser and is not a general public method. /// public static object StaticConvertCustomBinaryToObject( BinaryReader reader) { return Parsers.DeserializeStreamGeometry( reader ); } #endif } } // 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
- PhonemeEventArgs.cs
- StaticFileHandler.cs
- OleDbConnection.cs
- Trace.cs
- TemplatedMailWebEventProvider.cs
- MissingMethodException.cs
- compensatingcollection.cs
- DBPropSet.cs
- DataGridViewMethods.cs
- Int64Storage.cs
- IdentityNotMappedException.cs
- DataSourceGroupCollection.cs
- ToolStripDropDownClosedEventArgs.cs
- ContainerUtilities.cs
- ProfileProvider.cs
- XmlBindingWorker.cs
- GenericEnumerator.cs
- AttributeQuery.cs
- SoapReflectionImporter.cs
- ParameterBinding.cs
- ImplicitInputBrush.cs
- COM2ExtendedTypeConverter.cs
- DeferredElementTreeState.cs
- GrammarBuilderBase.cs
- DecimalAnimationUsingKeyFrames.cs
- TraceLevelStore.cs
- CheckBoxAutomationPeer.cs
- PolyLineSegment.cs
- DrawListViewItemEventArgs.cs
- ResourceDisplayNameAttribute.cs
- CryptoKeySecurity.cs
- IdentifierCollection.cs
- ColumnReorderedEventArgs.cs
- GrowingArray.cs
- AppDomainShutdownMonitor.cs
- TreeNodeBindingCollection.cs
- StringUtil.cs
- TrustLevel.cs
- HtmlGenericControl.cs
- DefaultAsyncDataDispatcher.cs
- SafeNativeMethods.cs
- OutputCacheSettingsSection.cs
- SelectedGridItemChangedEvent.cs
- ErrorInfoXmlDocument.cs
- TraceContext.cs
- DrawingBrush.cs
- XPathMessageFilterElement.cs
- ToolboxControl.cs
- XmlSecureResolver.cs
- AccessText.cs
- FormViewModeEventArgs.cs
- FunctionOverloadResolver.cs
- ScaleTransform.cs
- ByteArrayHelperWithString.cs
- ContextMenu.cs
- AsyncOperationManager.cs
- TextEditorTables.cs
- MasterPageParser.cs
- ActivityScheduledRecord.cs
- DataBindingExpressionBuilder.cs
- OrderedDictionary.cs
- DefaultExpressionVisitor.cs
- CustomErrorCollection.cs
- DataSetFieldSchema.cs
- RegisteredExpandoAttribute.cs
- XMLUtil.cs
- SessionPageStateSection.cs
- MarkupExtensionReturnTypeAttribute.cs
- _PooledStream.cs
- RtfFormatStack.cs
- FlowDocumentPaginator.cs
- ByteAnimationBase.cs
- MobileControlPersister.cs
- X509ChainElement.cs
- ColorTransform.cs
- WeakEventManager.cs
- arclist.cs
- ConstructorNeedsTagAttribute.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- DataViewListener.cs
- Query.cs
- GroupByExpressionRewriter.cs
- AppDomainCompilerProxy.cs
- ExcludePathInfo.cs
- activationcontext.cs
- FrameworkRichTextComposition.cs
- CqlLexer.cs
- SpeakCompletedEventArgs.cs
- WebExceptionStatus.cs
- XmlSchemaRedefine.cs
- RectangleConverter.cs
- MarkedHighlightComponent.cs
- DeflateStream.cs
- DrawingState.cs
- DispatcherObject.cs
- ColorDialog.cs
- Dictionary.cs
- TaiwanLunisolarCalendar.cs
- formatter.cs
- ScrollBar.cs