Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- MainMenu.cs
- RowUpdatingEventArgs.cs
- LoginView.cs
- SubMenuStyle.cs
- CompoundFileStreamReference.cs
- TextEffectResolver.cs
- DynamicQueryableWrapper.cs
- ContextBase.cs
- CustomAttribute.cs
- EntitySetBase.cs
- EmptyReadOnlyDictionaryInternal.cs
- ParserHooks.cs
- AuthenticatedStream.cs
- SrgsOneOf.cs
- RelationshipEnd.cs
- AssemblyNameProxy.cs
- InstanceDataCollection.cs
- ObjectManager.cs
- FlatButtonAppearance.cs
- UIElementPropertyUndoUnit.cs
- MembershipValidatePasswordEventArgs.cs
- ChtmlTextBoxAdapter.cs
- DataControlFieldCollection.cs
- WebPartEditorOkVerb.cs
- DbProviderServices.cs
- TreePrinter.cs
- XmlIlVisitor.cs
- PrivateFontCollection.cs
- SqlDataSourceTableQuery.cs
- Executor.cs
- Attribute.cs
- InstanceLockQueryResult.cs
- WebResourceAttribute.cs
- SynchronizationScope.cs
- MatrixConverter.cs
- OptimizedTemplateContentHelper.cs
- TraceProvider.cs
- CultureTable.cs
- DropSource.cs
- TraceUtility.cs
- ClientScriptManager.cs
- DataList.cs
- GraphicsContainer.cs
- EntitySetBase.cs
- SchemaNames.cs
- TimelineCollection.cs
- TextSegment.cs
- ExpressionBuilderCollection.cs
- httpserverutility.cs
- MarkupWriter.cs
- InputLanguage.cs
- FlowLayoutPanel.cs
- CqlQuery.cs
- Script.cs
- HandledMouseEvent.cs
- ElementHost.cs
- IPAddress.cs
- AppModelKnownContentFactory.cs
- SeverityFilter.cs
- PeerToPeerException.cs
- SerializationEventsCache.cs
- Mutex.cs
- PresentationSource.cs
- ObjectListItem.cs
- SkewTransform.cs
- TextMessageEncodingBindingElement.cs
- RoutedPropertyChangedEventArgs.cs
- ValidationHelper.cs
- ContentWrapperAttribute.cs
- StrokeNodeOperations2.cs
- ViewPort3D.cs
- PagedDataSource.cs
- COM2PropertyDescriptor.cs
- StretchValidation.cs
- datacache.cs
- RawMouseInputReport.cs
- ProfilePropertyMetadata.cs
- FileFormatException.cs
- RawStylusInput.cs
- PrintPreviewControl.cs
- Classification.cs
- Literal.cs
- OdbcDataReader.cs
- UserNameSecurityTokenAuthenticator.cs
- DataContractAttribute.cs
- HttpVersion.cs
- Attributes.cs
- WaitHandle.cs
- COM2PropertyDescriptor.cs
- GeneralTransform3D.cs
- SystemTcpStatistics.cs
- RegexGroup.cs
- VersionedStreamOwner.cs
- ParallelEnumerable.cs
- DispatcherOperation.cs
- Timeline.cs
- ImageSourceConverter.cs
- ChoiceConverter.cs
- HttpResponse.cs
- HttpListenerPrefixCollection.cs