Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / 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. //------------------------------------------------------------------------------ // 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
- InputLanguageProfileNotifySink.cs
- DataErrorValidationRule.cs
- WorkflowRuntimeBehavior.cs
- FlowDocumentPageViewerAutomationPeer.cs
- GiveFeedbackEventArgs.cs
- SubclassTypeValidator.cs
- FactoryGenerator.cs
- SoapInteropTypes.cs
- InputBinder.cs
- SerializationInfo.cs
- LazyLoadBehavior.cs
- WmlObjectListAdapter.cs
- CssTextWriter.cs
- COM2EnumConverter.cs
- UnsafeNativeMethods.cs
- SafeCryptoHandles.cs
- GatewayDefinition.cs
- DesigntimeLicenseContextSerializer.cs
- FixedSOMContainer.cs
- EdmItemCollection.cs
- SQLInt32.cs
- Condition.cs
- GenerateTemporaryTargetAssembly.cs
- LayoutEvent.cs
- TcpTransportBindingElement.cs
- ZipFileInfo.cs
- MetadataArtifactLoaderCompositeResource.cs
- WsrmMessageInfo.cs
- ImageSourceValueSerializer.cs
- XpsSerializerWriter.cs
- BidOverLoads.cs
- ExpressionPrinter.cs
- HostUtils.cs
- TransformedBitmap.cs
- PointValueSerializer.cs
- ProxyWebPartConnectionCollection.cs
- StringDictionaryCodeDomSerializer.cs
- SelectorAutomationPeer.cs
- DbModificationCommandTree.cs
- ListManagerBindingsCollection.cs
- Soap11ServerProtocol.cs
- VisualStates.cs
- DashStyle.cs
- SignedPkcs7.cs
- RecognizedAudio.cs
- XMLUtil.cs
- AnnotationMap.cs
- AssertFilter.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- InvokeHandlers.cs
- SmtpNegotiateAuthenticationModule.cs
- QueryPageSettingsEventArgs.cs
- ImmutablePropertyDescriptorGridEntry.cs
- Baml6ConstructorInfo.cs
- TextEditorTables.cs
- XslNumber.cs
- SQLChars.cs
- DocumentCollection.cs
- HwndTarget.cs
- SortDescriptionCollection.cs
- RowSpanVector.cs
- AttributeQuery.cs
- PageAsyncTask.cs
- TypeValidationEventArgs.cs
- SafeSecurityHandles.cs
- DocumentPaginator.cs
- BlurEffect.cs
- MessageQueuePermissionEntryCollection.cs
- RbTree.cs
- XmlSchemaComplexContentRestriction.cs
- odbcmetadatacollectionnames.cs
- PkcsUtils.cs
- ReaderOutput.cs
- ListBoxItemAutomationPeer.cs
- PerformanceCounterPermissionEntryCollection.cs
- Errors.cs
- ImageCodecInfo.cs
- Closure.cs
- TimeIntervalCollection.cs
- ButtonField.cs
- ElementProxy.cs
- WriteTimeStream.cs
- VersionedStream.cs
- DynamicRenderer.cs
- TypeDescriptionProvider.cs
- input.cs
- FilePrompt.cs
- SafeSecurityHelper.cs
- BuildDependencySet.cs
- QuaternionRotation3D.cs
- SessionSwitchEventArgs.cs
- ContextProperty.cs
- TableRow.cs
- HMACSHA512.cs
- RepeaterItemEventArgs.cs
- XslTransform.cs
- InstancePersistenceException.cs
- COM2Properties.cs
- ObjectNavigationPropertyMapping.cs
- FileUtil.cs