Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Markup / XamlPointCollectionSerializer.cs / 1 / 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
- ViewGenerator.cs
- DecimalStorage.cs
- AudioDeviceOut.cs
- UpdatePanelTrigger.cs
- GroupBoxRenderer.cs
- ServiceXNameTypeConverter.cs
- IsolatedStorageFileStream.cs
- MenuItemBinding.cs
- PaginationProgressEventArgs.cs
- ObjectQueryState.cs
- Int64Animation.cs
- Shape.cs
- QilUnary.cs
- IntegerValidator.cs
- DesignerSerializationVisibilityAttribute.cs
- FixedBufferAttribute.cs
- WhitespaceSignificantCollectionAttribute.cs
- StrokeCollectionDefaultValueFactory.cs
- InvalidWMPVersionException.cs
- Binding.cs
- FontWeightConverter.cs
- WhiteSpaceTrimStringConverter.cs
- DBDataPermissionAttribute.cs
- Internal.cs
- SqlBinder.cs
- EncoderParameters.cs
- BinaryObjectReader.cs
- CodeRemoveEventStatement.cs
- _TimerThread.cs
- TextTreeRootNode.cs
- DynamicRouteExpression.cs
- EditingCommands.cs
- TextView.cs
- LinearQuaternionKeyFrame.cs
- ImageAttributes.cs
- NotSupportedException.cs
- DatagridviewDisplayedBandsData.cs
- Schema.cs
- AnalyzedTree.cs
- QuaternionRotation3D.cs
- ContextQuery.cs
- AsymmetricKeyExchangeDeformatter.cs
- SqlUnionizer.cs
- InteropAutomationProvider.cs
- WebPartMenuStyle.cs
- LineVisual.cs
- IDQuery.cs
- StreamGeometry.cs
- PermissionRequestEvidence.cs
- WebSysDefaultValueAttribute.cs
- ParenthesizePropertyNameAttribute.cs
- TemplateXamlTreeBuilder.cs
- ConfigXmlText.cs
- FaultFormatter.cs
- MeasurementDCInfo.cs
- XamlTemplateSerializer.cs
- PkcsUtils.cs
- TextReader.cs
- SamlAction.cs
- ActiveDocumentEvent.cs
- RightsManagementEncryptedStream.cs
- TextModifier.cs
- ItemCollection.cs
- Condition.cs
- OleDbException.cs
- ToolStripItemEventArgs.cs
- sqlmetadatafactory.cs
- _NegoStream.cs
- DataGridRowAutomationPeer.cs
- XamlInt32CollectionSerializer.cs
- FormViewCommandEventArgs.cs
- DBCommandBuilder.cs
- Win32MouseDevice.cs
- SolidColorBrush.cs
- RbTree.cs
- SpStreamWrapper.cs
- XmlAutoDetectWriter.cs
- SByte.cs
- ColumnResult.cs
- SqlDataSourceFilteringEventArgs.cs
- PointLightBase.cs
- WorkflowTerminatedException.cs
- DSACryptoServiceProvider.cs
- TextBoxBase.cs
- XmlSchemaGroup.cs
- SqlMultiplexer.cs
- DoubleCollectionValueSerializer.cs
- DbConnectionPoolOptions.cs
- Utils.cs
- DiscoveryDefaults.cs
- SqlCharStream.cs
- HtmlControl.cs
- RecognizerStateChangedEventArgs.cs
- XmlComplianceUtil.cs
- PolyLineSegmentFigureLogic.cs
- PaintValueEventArgs.cs
- NotConverter.cs
- DataGridViewHeaderCell.cs
- MissingFieldException.cs
- MarginsConverter.cs