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
- WebPartZoneCollection.cs
- FunctionQuery.cs
- EdgeModeValidation.cs
- OptimizedTemplateContent.cs
- ObfuscateAssemblyAttribute.cs
- ValidationErrorCollection.cs
- RecognizedPhrase.cs
- StaticSiteMapProvider.cs
- BinaryUtilClasses.cs
- ErrorFormatterPage.cs
- PerfCounterSection.cs
- OutOfMemoryException.cs
- _HTTPDateParse.cs
- DataPagerCommandEventArgs.cs
- Point3DAnimationUsingKeyFrames.cs
- MediaPlayer.cs
- DateTimeParse.cs
- TextTrailingWordEllipsis.cs
- EntitySqlQueryCacheEntry.cs
- ScriptRegistrationManager.cs
- CodeDefaultValueExpression.cs
- AttachmentService.cs
- DbUpdateCommandTree.cs
- DateTimeConverter.cs
- DashStyles.cs
- DashStyle.cs
- MissingMemberException.cs
- ExceptionUtil.cs
- XmlEncoding.cs
- GridViewDeletedEventArgs.cs
- StateWorkerRequest.cs
- PointUtil.cs
- XmlEncodedRawTextWriter.cs
- FontFamilyValueSerializer.cs
- StatusBar.cs
- DispatcherTimer.cs
- TableCellsCollectionEditor.cs
- WindowsListView.cs
- ObjectStorage.cs
- SurrogateSelector.cs
- DataTableNewRowEvent.cs
- TableParaClient.cs
- altserialization.cs
- SymbolEqualComparer.cs
- ExpressionLink.cs
- XmlTextEncoder.cs
- StateWorkerRequest.cs
- DecoderBestFitFallback.cs
- DataGridViewTextBoxEditingControl.cs
- SerializationInfo.cs
- FormatSettings.cs
- HttpHostedTransportConfiguration.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DbBuffer.cs
- ListViewInsertionMark.cs
- HwndStylusInputProvider.cs
- XmlElementAttribute.cs
- XsltFunctions.cs
- FormsAuthenticationConfiguration.cs
- AncillaryOps.cs
- ButtonBaseAdapter.cs
- XmlSigningNodeWriter.cs
- UtilityExtension.cs
- StreamGeometry.cs
- AnnotationDocumentPaginator.cs
- IPipelineRuntime.cs
- HostingEnvironmentException.cs
- MyContact.cs
- StandardToolWindows.cs
- SignHashRequest.cs
- ConfigXmlElement.cs
- SecurityTokenResolver.cs
- FilterElement.cs
- InternalCache.cs
- CodeTypeMemberCollection.cs
- ComponentResourceManager.cs
- ServicesUtilities.cs
- SqlDataSourceRefreshSchemaForm.cs
- CustomWebEventKey.cs
- StyleXamlParser.cs
- TextContainerHelper.cs
- NextPreviousPagerField.cs
- QilPatternVisitor.cs
- ValidatedControlConverter.cs
- ExpressionList.cs
- ChtmlPageAdapter.cs
- XmlEntityReference.cs
- Point3DAnimationBase.cs
- CompensationDesigner.cs
- Control.cs
- SmtpAuthenticationManager.cs
- XmlChoiceIdentifierAttribute.cs
- QuaternionConverter.cs
- ThemeInfoAttribute.cs
- BridgeDataReader.cs
- SecurityTokenTypes.cs
- InputEventArgs.cs
- CompileLiteralTextParser.cs
- ListView.cs
- Transform3D.cs