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 / 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
- Memoizer.cs
- SmtpSection.cs
- RichTextBoxConstants.cs
- Html32TextWriter.cs
- DataGridViewButtonCell.cs
- ECDsaCng.cs
- ReflectionTypeLoadException.cs
- PrintDialogException.cs
- DbParameterHelper.cs
- KeySpline.cs
- SwitchElementsCollection.cs
- LambdaCompiler.ControlFlow.cs
- DriveNotFoundException.cs
- DataGridViewButtonColumn.cs
- Point4DValueSerializer.cs
- DeferredTextReference.cs
- BitmapSourceSafeMILHandle.cs
- DesignerMetadata.cs
- DateTimeOffsetConverter.cs
- CurrentChangingEventArgs.cs
- SmiEventSink_Default.cs
- StructuralType.cs
- SecurityContext.cs
- WorkflowServiceBuildProvider.cs
- SecurityCriticalDataForSet.cs
- NodeFunctions.cs
- GridEntry.cs
- URLString.cs
- Base64Encoder.cs
- HttpListenerContext.cs
- _LocalDataStoreMgr.cs
- httpapplicationstate.cs
- Single.cs
- Literal.cs
- DataList.cs
- ToolStripStatusLabel.cs
- ConfigurationSectionCollection.cs
- DataServiceProviderMethods.cs
- HostSecurityManager.cs
- Exception.cs
- SByteConverter.cs
- XmlTextWriter.cs
- SystemTcpConnection.cs
- DBConnection.cs
- BuildProviderInstallComponent.cs
- SetterBaseCollection.cs
- DefaultValueTypeConverter.cs
- SingleKeyFrameCollection.cs
- WebPageTraceListener.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DataStreams.cs
- ListViewItem.cs
- LocalizabilityAttribute.cs
- NavigationWindowAutomationPeer.cs
- WorkflowTerminatedException.cs
- AutoCompleteStringCollection.cs
- PathFigureCollection.cs
- ProgressBarRenderer.cs
- SoapEnumAttribute.cs
- IIS7UserPrincipal.cs
- EdmToObjectNamespaceMap.cs
- CounterCreationData.cs
- PostBackTrigger.cs
- ScrollableControl.cs
- TraceListeners.cs
- HierarchicalDataSourceIDConverter.cs
- Shape.cs
- RuntimeUtils.cs
- XPathSingletonIterator.cs
- HostProtectionException.cs
- SettingsPropertyValueCollection.cs
- CodeIterationStatement.cs
- ShapingWorkspace.cs
- ObjectSecurity.cs
- WebUtil.cs
- ToolStrip.cs
- ToolTipAutomationPeer.cs
- Size3DValueSerializer.cs
- ColorAnimationBase.cs
- LinqDataSourceInsertEventArgs.cs
- DbConnectionPoolGroup.cs
- HttpContext.cs
- precedingsibling.cs
- LogWriteRestartAreaAsyncResult.cs
- XamlTypeMapperSchemaContext.cs
- ItemsChangedEventArgs.cs
- CacheRequest.cs
- AppSettingsReader.cs
- RandomNumberGenerator.cs
- Native.cs
- SmtpDigestAuthenticationModule.cs
- DoubleAnimationBase.cs
- StopRoutingHandler.cs
- DeclarationUpdate.cs
- PathBox.cs
- EntityContainerEmitter.cs
- AccessKeyManager.cs
- SessionStateUtil.cs
- SchemaContext.cs
- SiteMapNodeCollection.cs