Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- Debug.cs
- FileSystemWatcher.cs
- SchemaTypeEmitter.cs
- Literal.cs
- MessageDecoder.cs
- ILGenerator.cs
- FrameworkContextData.cs
- XmlILConstructAnalyzer.cs
- Base64Stream.cs
- WorkflowMarkupElementEventArgs.cs
- Version.cs
- Screen.cs
- CryptoStream.cs
- ComboBoxItem.cs
- DetailsViewActionList.cs
- AspCompat.cs
- DataTemplateSelector.cs
- TaskFileService.cs
- ErrorsHelper.cs
- EntityDataSourceContainerNameConverter.cs
- CalendarSelectionChangedEventArgs.cs
- FixedHyperLink.cs
- DateTimeFormat.cs
- XPathExpr.cs
- EncoderBestFitFallback.cs
- latinshape.cs
- CanExecuteRoutedEventArgs.cs
- Typography.cs
- Tuple.cs
- MutexSecurity.cs
- ObjectListField.cs
- DataPointer.cs
- ParameterCollection.cs
- CodeArrayIndexerExpression.cs
- SecurityElement.cs
- WindowsPrincipal.cs
- DropTarget.cs
- Attribute.cs
- WebPageTraceListener.cs
- WindowShowOrOpenTracker.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- RichTextBoxAutomationPeer.cs
- ComponentChangingEvent.cs
- AdapterUtil.cs
- XsdBuildProvider.cs
- WebPartsSection.cs
- StrongNameKeyPair.cs
- SizeChangedInfo.cs
- Solver.cs
- Subtree.cs
- SignatureTargetIdManager.cs
- Translator.cs
- LicenseManager.cs
- PropertyCollection.cs
- VisualBrush.cs
- SmiEventSink_DeferedProcessing.cs
- CredentialCache.cs
- CodeTryCatchFinallyStatement.cs
- XPathParser.cs
- AutoGeneratedFieldProperties.cs
- DiscoveryMessageSequence11.cs
- DesigntimeLicenseContextSerializer.cs
- AliasedExpr.cs
- BitmapMetadataEnumerator.cs
- AsyncResult.cs
- EmptyEnumerator.cs
- HtmlControl.cs
- HiddenFieldPageStatePersister.cs
- PowerStatus.cs
- Row.cs
- SupportingTokenSpecification.cs
- figurelengthconverter.cs
- BuildProvidersCompiler.cs
- HttpCapabilitiesSectionHandler.cs
- RuntimeHelpers.cs
- ButtonFieldBase.cs
- RetrieveVirtualItemEventArgs.cs
- AutoCompleteStringCollection.cs
- MessageQueuePermission.cs
- ToolStripProgressBar.cs
- FormView.cs
- FontNamesConverter.cs
- DefaultHttpHandler.cs
- DataGridViewCellStyleBuilderDialog.cs
- XmlIlVisitor.cs
- InputChannelAcceptor.cs
- MSAAEventDispatcher.cs
- IsolatedStorage.cs
- SqlDependency.cs
- webeventbuffer.cs
- Operator.cs
- CultureMapper.cs
- BuildProvider.cs
- CatalogPartDesigner.cs
- SystemIPGlobalStatistics.cs
- SignedXml.cs
- Dump.cs
- XhtmlBasicFormAdapter.cs
- SequentialUshortCollection.cs
- SqlRewriteScalarSubqueries.cs