Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Markup / XamlPointCollectionSerializer.cs / 1305600 / XamlPointCollectionSerializer.cs
//---------------------------------------------------------------------------- // // File: XamlPointCollectionSerializer.cs // // Description: // XamlSerializer used to persist collections of 3D points in Baml // // Copyright (C) 2005 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- 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; 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 { ////// XamlPointCollectionSerializer is used to persist collections of 3D vectors in Baml /// internal class XamlPointCollectionSerializer : XamlSerializer { #region Construction ////// Constructor for XamlPointCollectionSerializer /// ////// This constructor will be used under /// the following two scenarios /// 1. Convert a string to a custom binary representation stored in BAML /// 2. Convert a custom binary representation back into a Brush /// public XamlPointCollectionSerializer() { } #endregion Construction #region Conversions ////// 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 { return XamlSerializationHelper.SerializePoint( writer, stringValue ) ; } #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 PointCollection.DeserializeFrom( 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 PointCollection.DeserializeFrom( reader ) ; } #endif #endregion Conversions } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: XamlPointCollectionSerializer.cs // // Description: // XamlSerializer used to persist collections of 3D points in Baml // // Copyright (C) 2005 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- 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; 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 { ////// XamlPointCollectionSerializer is used to persist collections of 3D vectors in Baml /// internal class XamlPointCollectionSerializer : XamlSerializer { #region Construction ////// Constructor for XamlPointCollectionSerializer /// ////// This constructor will be used under /// the following two scenarios /// 1. Convert a string to a custom binary representation stored in BAML /// 2. Convert a custom binary representation back into a Brush /// public XamlPointCollectionSerializer() { } #endregion Construction #region Conversions ////// 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 { return XamlSerializationHelper.SerializePoint( writer, stringValue ) ; } #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 PointCollection.DeserializeFrom( 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 PointCollection.DeserializeFrom( reader ) ; } #endif #endregion Conversions } } // 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
- ZipFileInfoCollection.cs
- SmiRequestExecutor.cs
- CaseStatementProjectedSlot.cs
- DataGridViewTopRowAccessibleObject.cs
- ScrollEvent.cs
- BulletChrome.cs
- VectorAnimationUsingKeyFrames.cs
- HMACSHA512.cs
- XmlILIndex.cs
- OleAutBinder.cs
- CodeLinePragma.cs
- TypeValidationEventArgs.cs
- QueryResponse.cs
- RegisteredArrayDeclaration.cs
- HwndSource.cs
- XmlQueryType.cs
- Latin1Encoding.cs
- WinEventQueueItem.cs
- DrawingState.cs
- ClientScriptManagerWrapper.cs
- Vector.cs
- HyperLinkColumn.cs
- UniqueCodeIdentifierScope.cs
- TextBoxBase.cs
- SqlVisitor.cs
- TextInfo.cs
- ComplexLine.cs
- IconConverter.cs
- UnsafeNativeMethods.cs
- LoginName.cs
- FontUnit.cs
- PenContext.cs
- ClickablePoint.cs
- precedingquery.cs
- HatchBrush.cs
- XmlTextWriter.cs
- StringFormat.cs
- Pkcs9Attribute.cs
- TCPClient.cs
- C14NUtil.cs
- DetailsViewActionList.cs
- ConfigXmlCDataSection.cs
- LineMetrics.cs
- ObjectDataProvider.cs
- Label.cs
- ReferencedAssembly.cs
- RefreshPropertiesAttribute.cs
- Preprocessor.cs
- HybridDictionary.cs
- MethodRental.cs
- GridItemCollection.cs
- XmlSchemaComplexContentExtension.cs
- Int32.cs
- MouseGestureConverter.cs
- Span.cs
- FlowLayoutPanel.cs
- NativeMethods.cs
- ProgressBar.cs
- MetaDataInfo.cs
- Polygon.cs
- Label.cs
- WindowsAuthenticationModule.cs
- XmlSchemaImporter.cs
- XPathDocument.cs
- SqlProviderManifest.cs
- AnchorEditor.cs
- ContextMenuAutomationPeer.cs
- FixedSOMElement.cs
- DefaultPrintController.cs
- LayoutSettings.cs
- OLEDB_Util.cs
- CancellationTokenSource.cs
- ThicknessAnimationBase.cs
- UInt32Storage.cs
- GlyphRunDrawing.cs
- RadioButtonFlatAdapter.cs
- PlatformNotSupportedException.cs
- HttpDictionary.cs
- Win32Native.cs
- WindowsImpersonationContext.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- AssemblyName.cs
- IfAction.cs
- WindowsListViewGroupSubsetLink.cs
- ServiceModelConfigurationSectionGroup.cs
- ListManagerBindingsCollection.cs
- CharacterMetrics.cs
- AssignDesigner.xaml.cs
- RowUpdatingEventArgs.cs
- NavigationPropertyEmitter.cs
- ZoneButton.cs
- PermissionRequestEvidence.cs
- DynamicQueryableWrapper.cs
- SqlBulkCopyColumnMappingCollection.cs
- Pair.cs
- ErrorTableItemStyle.cs
- DLinqTableProvider.cs
- MarshalByRefObject.cs
- FragmentQueryProcessor.cs
- Storyboard.cs