Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ButtonField.cs
- AnimatedTypeHelpers.cs
- VarRefManager.cs
- Roles.cs
- TableLayout.cs
- CalendarSelectionChangedEventArgs.cs
- AuthenticationSection.cs
- DataGridToolTip.cs
- configsystem.cs
- Vars.cs
- TextEditorCharacters.cs
- pingexception.cs
- Predicate.cs
- AliasedSlot.cs
- ObjectSecurityT.cs
- TemplateKeyConverter.cs
- SqlXmlStorage.cs
- IDispatchConstantAttribute.cs
- UniqueEventHelper.cs
- MetadataItem_Static.cs
- _NetRes.cs
- MulticastIPAddressInformationCollection.cs
- MultipleViewPattern.cs
- SimpleExpression.cs
- TypefaceMetricsCache.cs
- ThemeDirectoryCompiler.cs
- DBCommandBuilder.cs
- PageAsyncTask.cs
- ProxyManager.cs
- MessageVersion.cs
- MatrixAnimationUsingPath.cs
- SlipBehavior.cs
- TargetInvocationException.cs
- UserPreferenceChangedEventArgs.cs
- BStrWrapper.cs
- ArrayTypeMismatchException.cs
- FieldToken.cs
- Utils.cs
- EventArgs.cs
- DateBoldEvent.cs
- NonVisualControlAttribute.cs
- SqlClientPermission.cs
- RegexStringValidatorAttribute.cs
- QuotedStringFormatReader.cs
- HttpProcessUtility.cs
- ValidatorAttribute.cs
- BitmapPalette.cs
- BitmapVisualManager.cs
- DataGridBoundColumn.cs
- WindowsClaimSet.cs
- NotificationContext.cs
- SecurityRuntime.cs
- MetadataArtifactLoaderFile.cs
- HierarchicalDataBoundControl.cs
- ISFClipboardData.cs
- ResourcesBuildProvider.cs
- PropertyInfoSet.cs
- MediaEntryAttribute.cs
- TemplateControl.cs
- RequestQueue.cs
- AuthenticationException.cs
- BitmapPalettes.cs
- WebPartDisplayModeCollection.cs
- SerializationObjectManager.cs
- SoapSchemaExporter.cs
- ConstantExpression.cs
- HwndMouseInputProvider.cs
- ProcessProtocolHandler.cs
- OptimisticConcurrencyException.cs
- UIAgentCrashedException.cs
- SortAction.cs
- addressfiltermode.cs
- LocalIdKeyIdentifierClause.cs
- QueryGeneratorBase.cs
- Policy.cs
- HelpKeywordAttribute.cs
- MessageQuerySet.cs
- Row.cs
- Comparer.cs
- InstanceData.cs
- ContentPlaceHolder.cs
- ImageClickEventArgs.cs
- FloatMinMaxAggregationOperator.cs
- RowToFieldTransformer.cs
- Attributes.cs
- XmlElement.cs
- TableCell.cs
- ContextStaticAttribute.cs
- EncodingFallbackAwareXmlTextWriter.cs
- TypeForwardedToAttribute.cs
- CatalogPartDesigner.cs
- DataMemberFieldConverter.cs
- WaitHandle.cs
- ColorTranslator.cs
- CompoundFileStreamReference.cs
- RequestQueue.cs
- DragDeltaEventArgs.cs
- EntitySetDataBindingList.cs
- TypeLoadException.cs
- XmlSchemaSimpleTypeUnion.cs