Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / PolyLineSegment.cs / 1305600 / 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 (Points != null) ? "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
- Utilities.cs
- RelatedView.cs
- StreamInfo.cs
- PeerName.cs
- DataGridToolTip.cs
- GeneralTransformGroup.cs
- ZipIOExtraFieldPaddingElement.cs
- HwndHost.cs
- DesignTimeValidationFeature.cs
- OrderedDictionaryStateHelper.cs
- SoapCommonClasses.cs
- CodeExpressionStatement.cs
- XmlReflectionMember.cs
- X509CertificateChain.cs
- EtwTrackingBehaviorElement.cs
- XmlRootAttribute.cs
- CapabilitiesRule.cs
- CustomAttribute.cs
- XmlChildNodes.cs
- SQLDateTimeStorage.cs
- SharedUtils.cs
- FontFamilyConverter.cs
- UpdatePanel.cs
- SqlTypesSchemaImporter.cs
- GlyphManager.cs
- RecordManager.cs
- Cloud.cs
- MarginsConverter.cs
- ArgumentException.cs
- ObjectDataSourceDisposingEventArgs.cs
- CursorInteropHelper.cs
- AsymmetricAlgorithm.cs
- DesignerCatalogPartChrome.cs
- CustomWebEventKey.cs
- TextRange.cs
- NeutralResourcesLanguageAttribute.cs
- TableLayout.cs
- XmlDictionaryReaderQuotas.cs
- HMACSHA384.cs
- followingsibling.cs
- TCEAdapterGenerator.cs
- MetadataCache.cs
- OrderByBuilder.cs
- PropertyDescriptorGridEntry.cs
- QilLiteral.cs
- AssemblyCache.cs
- SqlConnectionHelper.cs
- WeakHashtable.cs
- MultiByteCodec.cs
- dtdvalidator.cs
- PolyQuadraticBezierSegment.cs
- BindingList.cs
- HwndStylusInputProvider.cs
- RuleRefElement.cs
- CustomValidator.cs
- SignedXml.cs
- BuildProviderAppliesToAttribute.cs
- IsolatedStorageFileStream.cs
- Timeline.cs
- XmlQueryType.cs
- IndentedWriter.cs
- HMACSHA512.cs
- PageParserFilter.cs
- VSDExceptions.cs
- TileBrush.cs
- TableSectionStyle.cs
- SchemaTypeEmitter.cs
- SqlDataSourceView.cs
- WSDualHttpSecurityElement.cs
- Crc32.cs
- Guid.cs
- WebBrowserContainer.cs
- InputLangChangeEvent.cs
- ConfigurationPropertyAttribute.cs
- ErrorStyle.cs
- InternalRelationshipCollection.cs
- Authorization.cs
- InternalControlCollection.cs
- TreeNodeStyleCollection.cs
- EntityUtil.cs
- SqlUtils.cs
- WebPartPersonalization.cs
- MaskedTextBoxDesigner.cs
- InputLangChangeEvent.cs
- XMLDiffLoader.cs
- ComponentManagerBroker.cs
- HistoryEventArgs.cs
- PointLight.cs
- XmlIterators.cs
- AliasGenerator.cs
- IpcManager.cs
- AssemblyNameProxy.cs
- ColorAnimation.cs
- FactoryGenerator.cs
- TabControlEvent.cs
- TextParaClient.cs
- XLinq.cs
- TimeManager.cs
- ListViewSortEventArgs.cs
- ResourceIDHelper.cs