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
- GlobalItem.cs
- NativeMethods.cs
- unsafenativemethodsother.cs
- PenThread.cs
- WeakReference.cs
- SqlGenericUtil.cs
- GenericWebPart.cs
- WorkflowMarkupSerializationException.cs
- SHA1CryptoServiceProvider.cs
- ExpressionBuilderCollection.cs
- Helper.cs
- FontStretch.cs
- Expr.cs
- FilterException.cs
- CacheForPrimitiveTypes.cs
- TemplatedMailWebEventProvider.cs
- SelectionPatternIdentifiers.cs
- SerializerWriterEventHandlers.cs
- TrustSection.cs
- SmiEventSink_Default.cs
- BamlVersionHeader.cs
- XmlDocumentFragment.cs
- RichTextBoxConstants.cs
- TcpServerChannel.cs
- AuthenticateEventArgs.cs
- ReflectionServiceProvider.cs
- ContentFilePart.cs
- TextTreeRootTextBlock.cs
- Vars.cs
- DataServiceQuery.cs
- SoapSchemaExporter.cs
- IndicShape.cs
- BitmapImage.cs
- FormatConvertedBitmap.cs
- OracleConnectionString.cs
- PagedDataSource.cs
- SimpleMailWebEventProvider.cs
- ProtocolsConfigurationHandler.cs
- ButtonStandardAdapter.cs
- XmlAnyElementAttributes.cs
- xml.cs
- SqlDataReaderSmi.cs
- UrlPropertyAttribute.cs
- Container.cs
- XmlElementAttributes.cs
- CompilerScopeManager.cs
- ValidationService.cs
- SqlDataSourceCache.cs
- relpropertyhelper.cs
- CompilerGlobalScopeAttribute.cs
- InstanceKeyCompleteException.cs
- ViewCellSlot.cs
- Vector3DAnimationBase.cs
- TextEditorCopyPaste.cs
- FieldNameLookup.cs
- SystemTcpStatistics.cs
- SqlNotificationEventArgs.cs
- XmlSchemaType.cs
- XmlSubtreeReader.cs
- Rect3DValueSerializer.cs
- StatusCommandUI.cs
- Profiler.cs
- AccessDataSourceWizardForm.cs
- FieldAccessException.cs
- DataGridViewAdvancedBorderStyle.cs
- ClassHandlersStore.cs
- PageAsyncTask.cs
- ContextMenuStrip.cs
- GridItemCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- PanelContainerDesigner.cs
- DiscoveryClientDocuments.cs
- CodeDOMProvider.cs
- HwndHost.cs
- OleDbPermission.cs
- FastEncoder.cs
- BindingMemberInfo.cs
- HttpProxyCredentialType.cs
- _NestedMultipleAsyncResult.cs
- SchemaDeclBase.cs
- MediaEntryAttribute.cs
- XmlNamespaceMappingCollection.cs
- OrderedDictionary.cs
- ToolStripContainerDesigner.cs
- ToolboxItemSnapLineBehavior.cs
- SubqueryTrackingVisitor.cs
- SocketInformation.cs
- NullExtension.cs
- DigitalSignature.cs
- TableStyle.cs
- WorkflowControlClient.cs
- XmlSchemaComplexContentExtension.cs
- ContractValidationHelper.cs
- EventListener.cs
- OraclePermission.cs
- TextFindEngine.cs
- StylusPointPropertyId.cs
- WarningException.cs
- SafeCertificateStore.cs
- ConfigXmlComment.cs