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
- SmtpException.cs
- TextSearch.cs
- LazyTextWriterCreator.cs
- GeometryModel3D.cs
- DocumentReferenceCollection.cs
- SqlDataSourceEnumerator.cs
- QuaternionAnimation.cs
- OperationResponse.cs
- Table.cs
- AccessText.cs
- GeometryCollection.cs
- IntSecurity.cs
- Color.cs
- AutomationIdentifierGuids.cs
- PartialCachingControl.cs
- PropertySourceInfo.cs
- LongPath.cs
- SafeNativeMethodsOther.cs
- ScriptComponentDescriptor.cs
- HttpDebugHandler.cs
- BitmapEffectGroup.cs
- ColorConverter.cs
- ComboBox.cs
- ProcessProtocolHandler.cs
- Misc.cs
- SessionStateModule.cs
- LoginName.cs
- DataServiceHostWrapper.cs
- FlowDecision.cs
- UInt64Converter.cs
- PasswordBoxAutomationPeer.cs
- StructuredTypeInfo.cs
- MultiTrigger.cs
- KeyEvent.cs
- DocumentOrderQuery.cs
- CachedFontFace.cs
- XmlSchemaValidationException.cs
- MessageSecurityOverMsmqElement.cs
- QilLoop.cs
- IPPacketInformation.cs
- ViewCellSlot.cs
- GorillaCodec.cs
- KoreanLunisolarCalendar.cs
- Section.cs
- DES.cs
- SpanIndex.cs
- LoginCancelEventArgs.cs
- ServiceDesigner.cs
- ContextBase.cs
- ProfileInfo.cs
- XamlTypeMapper.cs
- SyntaxCheck.cs
- FigureParagraph.cs
- NotifyIcon.cs
- XamlTemplateSerializer.cs
- Matrix3D.cs
- ControlCollection.cs
- UInt64Converter.cs
- StyleCollection.cs
- CustomErrorsSection.cs
- NonClientArea.cs
- CodeIterationStatement.cs
- OrderedDictionary.cs
- Themes.cs
- TextWriterEngine.cs
- ToolStripSystemRenderer.cs
- MemoryStream.cs
- RuleSet.cs
- Visual.cs
- IOThreadScheduler.cs
- GenerateTemporaryTargetAssembly.cs
- InstanceKey.cs
- CachedFontFamily.cs
- ByteFacetDescriptionElement.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- FileLogRecordEnumerator.cs
- _DisconnectOverlappedAsyncResult.cs
- TranslateTransform3D.cs
- RandomNumberGenerator.cs
- Helpers.cs
- MimeAnyImporter.cs
- ObjectListCommandEventArgs.cs
- PropertyDescriptorCollection.cs
- RemotingSurrogateSelector.cs
- TextCollapsingProperties.cs
- WebPartMinimizeVerb.cs
- ResourceContainer.cs
- StrongTypingException.cs
- KnownIds.cs
- DataControlField.cs
- HandlerBase.cs
- NativeMethods.cs
- ZoneMembershipCondition.cs
- BinaryNode.cs
- MarkedHighlightComponent.cs
- ErrorHandlingReceiver.cs
- Opcode.cs
- TableDetailsCollection.cs
- SourceFileBuildProvider.cs
- AdapterDictionary.cs