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
- CapabilitiesState.cs
- AttributeEmitter.cs
- SystemSounds.cs
- SoapSchemaMember.cs
- MetadataSource.cs
- UnsafeNativeMethods.cs
- TextRunCacheImp.cs
- KnownTypes.cs
- EncodingNLS.cs
- JpegBitmapEncoder.cs
- BitConverter.cs
- UnsafeNativeMethods.cs
- DataSourceDescriptorCollection.cs
- X509Extension.cs
- ClipboardProcessor.cs
- SqlDeflator.cs
- QueueProcessor.cs
- SQLResource.cs
- TimeManager.cs
- UnrecognizedPolicyAssertionElement.cs
- GraphicsState.cs
- TreeNodeEventArgs.cs
- Geometry3D.cs
- DataGridViewCellMouseEventArgs.cs
- WebBrowsableAttribute.cs
- KeyEventArgs.cs
- HttpCookieCollection.cs
- Renderer.cs
- HiddenField.cs
- WebPartEditVerb.cs
- cookiecollection.cs
- EncoderParameters.cs
- HyperLinkStyle.cs
- odbcmetadatacolumnnames.cs
- DialogWindow.cs
- MessageDroppedTraceRecord.cs
- _ListenerResponseStream.cs
- TypeExtensionConverter.cs
- SystemColorTracker.cs
- DBDataPermission.cs
- HtmlInputHidden.cs
- EntityDataSourceWrapperCollection.cs
- OAVariantLib.cs
- AnnotationResourceCollection.cs
- ClientSettings.cs
- XmlValidatingReader.cs
- UpdatePanelTrigger.cs
- IIS7UserPrincipal.cs
- Line.cs
- HttpResponseHeader.cs
- XmlNavigatorFilter.cs
- Transform.cs
- XmlILStorageConverter.cs
- HMAC.cs
- TimerElapsedEvenArgs.cs
- ReferenceConverter.cs
- EdmType.cs
- BuilderPropertyEntry.cs
- DllHostedComPlusServiceHost.cs
- PropertyBuilder.cs
- OracleBFile.cs
- Touch.cs
- SqlDataSourceCommandEventArgs.cs
- infer.cs
- OleStrCAMarshaler.cs
- XhtmlBasicCalendarAdapter.cs
- CacheRequest.cs
- CacheMemory.cs
- StyleCollection.cs
- ZipFileInfoCollection.cs
- TableColumn.cs
- DesignTimeVisibleAttribute.cs
- ChannelBase.cs
- SessionEndingCancelEventArgs.cs
- DataControlField.cs
- RadialGradientBrush.cs
- FilteredDataSetHelper.cs
- Size3D.cs
- ResolveCriteria11.cs
- FontStyle.cs
- ConfigurationFileMap.cs
- BuildResultCache.cs
- followingsibling.cs
- QueryExtender.cs
- UtilityExtension.cs
- PrintPageEvent.cs
- DataBoundControlActionList.cs
- ProgressBarBrushConverter.cs
- TagPrefixAttribute.cs
- HttpContextServiceHost.cs
- DataControlPagerLinkButton.cs
- CompiledIdentityConstraint.cs
- PolyBezierSegment.cs
- FontWeight.cs
- HotSpotCollection.cs
- XPathNodeIterator.cs
- SafeLibraryHandle.cs
- FunctionQuery.cs
- ProfileService.cs
- StorageComplexTypeMapping.cs