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
- ClonableStack.cs
- TextTreeFixupNode.cs
- SqlDependency.cs
- SqlUtils.cs
- ComboBox.cs
- IISUnsafeMethods.cs
- ComboBoxAutomationPeer.cs
- PeerChannelListener.cs
- CriticalHandle.cs
- DataGridViewColumnDesigner.cs
- CSharpCodeProvider.cs
- XmlCharCheckingReader.cs
- QilPatternVisitor.cs
- FontStyleConverter.cs
- BoundPropertyEntry.cs
- TextEndOfLine.cs
- Filter.cs
- figurelengthconverter.cs
- PropertyDescriptors.cs
- Calendar.cs
- ErrorBehavior.cs
- sqlstateclientmanager.cs
- SmtpAuthenticationManager.cs
- CodeMethodInvokeExpression.cs
- PropertyNames.cs
- loginstatus.cs
- WebPartConnectionsCloseVerb.cs
- ViewGenerator.cs
- AggregateException.cs
- DataGridViewSelectedRowCollection.cs
- DateTimeValueSerializerContext.cs
- PowerModeChangedEventArgs.cs
- UiaCoreApi.cs
- LockedActivityGlyph.cs
- MutableAssemblyCacheEntry.cs
- SqlDeflator.cs
- BitmapSourceSafeMILHandle.cs
- StrokeCollectionConverter.cs
- ReadOnlyMetadataCollection.cs
- EventEntry.cs
- DiscriminatorMap.cs
- DesignTimeVisibleAttribute.cs
- ToolTipAutomationPeer.cs
- ContainerCodeDomSerializer.cs
- BindingExpression.cs
- StyleXamlTreeBuilder.cs
- TdsParserSafeHandles.cs
- DispatchWrapper.cs
- FontWeight.cs
- Point4DConverter.cs
- ToolStripSplitStackLayout.cs
- VariableQuery.cs
- datacache.cs
- SystemColorTracker.cs
- ListSurrogate.cs
- ChangePassword.cs
- WebRequestModulesSection.cs
- SymDocumentType.cs
- X509AsymmetricSecurityKey.cs
- PrimaryKeyTypeConverter.cs
- SelectedCellsCollection.cs
- EffectiveValueEntry.cs
- WindowsGraphicsCacheManager.cs
- XmlSerializer.cs
- ReadOnlyAttribute.cs
- XpsFixedDocumentReaderWriter.cs
- NamedPipeAppDomainProtocolHandler.cs
- StructureChangedEventArgs.cs
- CategoryAttribute.cs
- HandlerBase.cs
- ColumnResult.cs
- IQueryable.cs
- HttpCapabilitiesBase.cs
- VirtualPathProvider.cs
- LocalizableAttribute.cs
- DataGrid.cs
- PrimitiveList.cs
- XmlNodeComparer.cs
- ScaleTransform3D.cs
- ColorKeyFrameCollection.cs
- AdRotator.cs
- AuthStoreRoleProvider.cs
- EditorZoneBase.cs
- SerializationException.cs
- VirtualDirectoryMappingCollection.cs
- Int32AnimationUsingKeyFrames.cs
- SelectionRange.cs
- SourceFileBuildProvider.cs
- HtmlAnchor.cs
- ScriptReferenceBase.cs
- BitmapCache.cs
- AdornerLayer.cs
- CustomCredentialPolicy.cs
- HttpHandlerActionCollection.cs
- InstanceNameConverter.cs
- FontStyles.cs
- BufferAllocator.cs
- AppDomainShutdownMonitor.cs
- InternalConfigSettingsFactory.cs
- SocketInformation.cs