Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ActiveXSite.cs
- SqlUDTStorage.cs
- WinCategoryAttribute.cs
- DurableInstancingOptions.cs
- LinearGradientBrush.cs
- OleDbStruct.cs
- SqlRowUpdatedEvent.cs
- DataMemberConverter.cs
- MenuCommandService.cs
- SchemaObjectWriter.cs
- DateTimeParse.cs
- JumpList.cs
- UTF8Encoding.cs
- StaticExtensionConverter.cs
- SafeNativeMethods.cs
- GridSplitterAutomationPeer.cs
- CrossAppDomainChannel.cs
- ProfileBuildProvider.cs
- ChannelRequirements.cs
- BrowserCapabilitiesFactoryBase.cs
- AuthenticatedStream.cs
- TextDecorationCollection.cs
- BStrWrapper.cs
- EntityViewGenerator.cs
- UTF7Encoding.cs
- AlternateViewCollection.cs
- recordstate.cs
- TextServicesCompartment.cs
- TableRowCollection.cs
- ScrollableControl.cs
- ImageCodecInfo.cs
- SqlNodeAnnotations.cs
- ServiceBehaviorElement.cs
- SRGSCompiler.cs
- AuthenticationService.cs
- AnimatedTypeHelpers.cs
- EditingCoordinator.cs
- GZipDecoder.cs
- ApplicationException.cs
- LayoutDump.cs
- PrintDocument.cs
- XdrBuilder.cs
- messageonlyhwndwrapper.cs
- GridViewRowEventArgs.cs
- MobilePage.cs
- DataViewListener.cs
- RichTextBoxDesigner.cs
- TreeNodeStyleCollection.cs
- GlyphingCache.cs
- RawStylusActions.cs
- BoundField.cs
- ExtentKey.cs
- Form.cs
- SqlParameter.cs
- WindowsSlider.cs
- PeerNameRecordCollection.cs
- SelectionBorderGlyph.cs
- RequiredFieldValidator.cs
- SqlFacetAttribute.cs
- LinqDataSourceHelper.cs
- SafeArrayRankMismatchException.cs
- Annotation.cs
- ConfigurationSectionGroup.cs
- AnonymousIdentificationSection.cs
- PolyBezierSegment.cs
- RuleSettings.cs
- CharacterHit.cs
- Region.cs
- TreeViewTemplateSelector.cs
- DataViewListener.cs
- ComponentResourceKey.cs
- CodeParameterDeclarationExpressionCollection.cs
- TextSpan.cs
- ZipIOCentralDirectoryBlock.cs
- WeakReferenceList.cs
- PanelDesigner.cs
- ForceCopyBuildProvider.cs
- Normalization.cs
- MeasureData.cs
- TextEditorSelection.cs
- IItemContainerGenerator.cs
- StreamGeometry.cs
- Icon.cs
- DataControlImageButton.cs
- DbDataReader.cs
- DataGridRowHeader.cs
- ExternalCalls.cs
- PowerStatus.cs
- RsaSecurityToken.cs
- DbQueryCommandTree.cs
- RIPEMD160.cs
- ClientTarget.cs
- CommandDevice.cs
- SerializationInfoEnumerator.cs
- PropertyManager.cs
- ConfigurationValues.cs
- MenuCommandService.cs
- WebReference.cs
- WinEventWrap.cs
- DataGridColumnReorderingEventArgs.cs