Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Framework / System / Windows / Markup / XamlPathDataSerializer.cs / 1 / 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
- ChtmlSelectionListAdapter.cs
- mediaeventargs.cs
- ProxySimple.cs
- Border.cs
- WindowsServiceElement.cs
- CapabilitiesPattern.cs
- ScriptResourceMapping.cs
- OutputScopeManager.cs
- MasterPageBuildProvider.cs
- RealProxy.cs
- OdbcEnvironmentHandle.cs
- Point3DKeyFrameCollection.cs
- CapabilitiesSection.cs
- HttpCacheParams.cs
- ReferencedAssemblyResolver.cs
- GroupStyle.cs
- DoubleCollectionValueSerializer.cs
- ComboBox.cs
- HtmlFormWrapper.cs
- RelationshipSet.cs
- WeakReferenceList.cs
- ColorContext.cs
- HostUtils.cs
- PixelFormats.cs
- objectresult_tresulttype.cs
- SeverityFilter.cs
- NativeCompoundFileAPIs.cs
- ValidatingReaderNodeData.cs
- DefaultObjectSerializer.cs
- HostingEnvironment.cs
- CollectionViewGroupInternal.cs
- DataColumnPropertyDescriptor.cs
- DataGridViewCellStyle.cs
- DataPagerFieldCommandEventArgs.cs
- HatchBrush.cs
- TypeConverterHelper.cs
- RichTextBoxDesigner.cs
- TableColumn.cs
- XmlDataProvider.cs
- ByteAnimation.cs
- StaticSiteMapProvider.cs
- TemplateField.cs
- ListViewDataItem.cs
- TextServicesDisplayAttribute.cs
- DbDataReader.cs
- WorkflowViewElement.cs
- NeutralResourcesLanguageAttribute.cs
- WebPartCancelEventArgs.cs
- TraceListeners.cs
- NameSpaceExtractor.cs
- BitmapCacheBrush.cs
- TimeZoneNotFoundException.cs
- NegotiateStream.cs
- filewebresponse.cs
- SharedPersonalizationStateInfo.cs
- ForeignConstraint.cs
- StrokeCollectionConverter.cs
- UniqueCodeIdentifierScope.cs
- WindowsPrincipal.cs
- Color.cs
- ElementFactory.cs
- TypedColumnHandler.cs
- BooleanStorage.cs
- TableSectionStyle.cs
- CodeIterationStatement.cs
- TemplateXamlTreeBuilder.cs
- OpacityConverter.cs
- HandleCollector.cs
- Section.cs
- DataBoundControlAdapter.cs
- CodeCatchClauseCollection.cs
- EntityViewGenerationConstants.cs
- WindowsBrush.cs
- HandoffBehavior.cs
- TripleDES.cs
- _NestedSingleAsyncResult.cs
- IisTraceWebEventProvider.cs
- initElementDictionary.cs
- XmlEventCache.cs
- ListControlConvertEventArgs.cs
- OneWayChannelFactory.cs
- PointLightBase.cs
- WindowsAuthenticationModule.cs
- LinqDataSourceEditData.cs
- CellTreeNodeVisitors.cs
- WebHeaderCollection.cs
- SessionIDManager.cs
- SystemIcmpV6Statistics.cs
- CodeDOMUtility.cs
- EmptyControlCollection.cs
- Border.cs
- Bitmap.cs
- DependencyPropertyAttribute.cs
- StandardCommandToolStripMenuItem.cs
- NameValueConfigurationElement.cs
- ColorConvertedBitmapExtension.cs
- future.cs
- ValueOfAction.cs
- TemplateBamlTreeBuilder.cs
- ToolBar.cs