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
- BasicKeyConstraint.cs
- ContentValidator.cs
- ContentValidator.cs
- FontNamesConverter.cs
- ReachFixedDocumentSerializerAsync.cs
- SecurityHeaderElementInferenceEngine.cs
- SamlAudienceRestrictionCondition.cs
- DBAsyncResult.cs
- TextEffect.cs
- ArithmeticException.cs
- PhysicalAddress.cs
- SearchForVirtualItemEventArgs.cs
- SqlTriggerAttribute.cs
- LicenseProviderAttribute.cs
- SqlCrossApplyToCrossJoin.cs
- PathGeometry.cs
- SettingsSavedEventArgs.cs
- DrawingVisualDrawingContext.cs
- ClientApiGenerator.cs
- AssemblyResourceLoader.cs
- ThreadTrace.cs
- TreeNodeStyleCollection.cs
- ActiveXSite.cs
- WebContentFormatHelper.cs
- LiteralTextParser.cs
- MenuAdapter.cs
- DBSqlParser.cs
- PropertyBuilder.cs
- SqlCommandSet.cs
- ZipFileInfoCollection.cs
- Paragraph.cs
- HtmlObjectListAdapter.cs
- SplitterPanel.cs
- RemoteTokenFactory.cs
- CodeGeneratorOptions.cs
- TypefaceCollection.cs
- TrustManager.cs
- ErrorItem.cs
- MailWebEventProvider.cs
- safelinkcollection.cs
- RayMeshGeometry3DHitTestResult.cs
- FtpRequestCacheValidator.cs
- Ticks.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- NavigationExpr.cs
- StateMachineSubscription.cs
- TypeForwardedToAttribute.cs
- DesignOnlyAttribute.cs
- NavigationService.cs
- SHA512.cs
- CombinedGeometry.cs
- RelatedCurrencyManager.cs
- RTLAwareMessageBox.cs
- DbConnectionHelper.cs
- HtmlValidationSummaryAdapter.cs
- EdmFunctions.cs
- ADMembershipProvider.cs
- XmlDocumentType.cs
- WebPartMenu.cs
- TrailingSpaceComparer.cs
- MiniCustomAttributeInfo.cs
- NamespaceInfo.cs
- DateTimePicker.cs
- ExtenderControl.cs
- ISessionStateStore.cs
- NavigatorInput.cs
- versioninfo.cs
- SynchronousChannelMergeEnumerator.cs
- SafeSecurityHelper.cs
- Cursor.cs
- Menu.cs
- UriScheme.cs
- CounterCreationDataCollection.cs
- AttributeConverter.cs
- XslUrlEditor.cs
- XPathNavigatorKeyComparer.cs
- XmlSchemaGroupRef.cs
- BitmapEffectGroup.cs
- HtmlElementErrorEventArgs.cs
- SerializationFieldInfo.cs
- CroppedBitmap.cs
- DataGridTemplateColumn.cs
- ReflectionHelper.cs
- ReliableRequestSessionChannel.cs
- _ServiceNameStore.cs
- ProcessStartInfo.cs
- CallbackException.cs
- FormatSettings.cs
- InputBinding.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- SqlVisitor.cs
- Int32Rect.cs
- COMException.cs
- WorkflowTimerService.cs
- HttpCapabilitiesSectionHandler.cs
- TableCell.cs
- SendingRequestEventArgs.cs
- GridItem.cs
- QuadraticBezierSegment.cs
- SQLCharsStorage.cs