Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / PolyLineSegment.cs / 1 / PolyLineSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyLineSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Text; using System.Globalization; using System.Windows.Media; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { ////// Creates a string representation of this object based on the format string /// and IFormatProvider passed in. /// If the provider is null, the CurrentCulture is used. /// See the documentation for IFormattable for more information. /// ////// A string representation of this object. /// internal override string ConvertToString(string format, IFormatProvider provider) { return "L" + Points.ConvertToString(format, provider); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyLineSegment.cs //----------------------------------------------------------------------------- using System; using MS.Internal; using MS.Internal.PresentationCore; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Reflection; using System.Collections; using System.Text; using System.Globalization; using System.Windows.Media; using System.Windows; using System.Text.RegularExpressions; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Diagnostics; using System.Security; using System.Security.Permissions; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Media { ////// PolyLineSegment /// public sealed partial class PolyLineSegment : PathSegment { ////// Creates a string representation of this object based on the format string /// and IFormatProvider passed in. /// If the provider is null, the CurrentCulture is used. /// See the documentation for IFormattable for more information. /// ////// A string representation of this object. /// internal override string ConvertToString(string format, IFormatProvider provider) { return "L" + Points.ConvertToString(format, provider); } } } // 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
- GridSplitter.cs
- tooltip.cs
- InvalidPropValue.cs
- XPathNodeHelper.cs
- UserValidatedEventArgs.cs
- QilUnary.cs
- UriExt.cs
- MsmqProcessProtocolHandler.cs
- StoragePropertyMapping.cs
- LoadedEvent.cs
- XmlDocumentSerializer.cs
- MobileControlPersister.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Dispatcher.cs
- MimeObjectFactory.cs
- MetaModel.cs
- EnumBuilder.cs
- EventLogConfiguration.cs
- TextServicesManager.cs
- METAHEADER.cs
- RootBrowserWindow.cs
- AutomationTextAttribute.cs
- PowerStatus.cs
- LowerCaseStringConverter.cs
- AlignmentXValidation.cs
- Contracts.cs
- SQLMoneyStorage.cs
- XamlSerializer.cs
- InvalidCastException.cs
- LayoutTableCell.cs
- FontFamilyConverter.cs
- MarkupCompilePass2.cs
- UnknownBitmapDecoder.cs
- PropertyPushdownHelper.cs
- MetadataProperty.cs
- BaseResourcesBuildProvider.cs
- IntPtr.cs
- XmlJsonReader.cs
- Int16AnimationBase.cs
- SimpleFileLog.cs
- TTSVoice.cs
- FrugalList.cs
- TypeSystemHelpers.cs
- LostFocusEventManager.cs
- HttpChannelHelpers.cs
- ShapingEngine.cs
- TextBox.cs
- StructuralComparisons.cs
- IncrementalHitTester.cs
- AssociationProvider.cs
- AppDomainShutdownMonitor.cs
- OleDbReferenceCollection.cs
- GroupItemAutomationPeer.cs
- ErrorHandler.cs
- ToolStripItemEventArgs.cs
- CustomErrorsSection.cs
- UIPermission.cs
- ScriptManagerProxy.cs
- querybuilder.cs
- OdbcConnectionFactory.cs
- _SslState.cs
- CodeCommentStatementCollection.cs
- RectKeyFrameCollection.cs
- KeyInstance.cs
- SslStream.cs
- SessionStateUtil.cs
- GlobalizationSection.cs
- PrinterSettings.cs
- DecimalSumAggregationOperator.cs
- ClaimComparer.cs
- SetState.cs
- CompilerLocalReference.cs
- PropertyGroupDescription.cs
- serverconfig.cs
- StreamResourceInfo.cs
- TypeConverterHelper.cs
- SimpleMailWebEventProvider.cs
- DirectoryRedirect.cs
- StringSource.cs
- Decorator.cs
- AssociativeAggregationOperator.cs
- TransactionWaitAsyncResult.cs
- ContainerActivationHelper.cs
- EndPoint.cs
- glyphs.cs
- CodeStatementCollection.cs
- SqlBooleanizer.cs
- _ProxyChain.cs
- CallbackValidatorAttribute.cs
- MailMessageEventArgs.cs
- TemplateXamlParser.cs
- TextRunCache.cs
- LiteralControl.cs
- StdValidatorsAndConverters.cs
- MasterPageBuildProvider.cs
- XmlSerializerFactory.cs
- ToolStripItem.cs
- AvTraceDetails.cs
- ComponentCollection.cs
- PerformanceCountersBase.cs