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
- FontFamilyValueSerializer.cs
- SignatureResourcePool.cs
- SchemaNames.cs
- SynchronizedDispatch.cs
- MasterPageCodeDomTreeGenerator.cs
- ReferenceEqualityComparer.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- WpfMemberInvoker.cs
- PixelShader.cs
- BrowserDefinition.cs
- ZipIORawDataFileBlock.cs
- XmlIterators.cs
- CheckPair.cs
- SplitterPanel.cs
- Int16Converter.cs
- BaseProcessProtocolHandler.cs
- ListControl.cs
- wpf-etw.cs
- TargetParameterCountException.cs
- PopupEventArgs.cs
- ModifierKeysConverter.cs
- DefaultValueTypeConverter.cs
- Visitors.cs
- XdrBuilder.cs
- BinaryObjectReader.cs
- ControlCollection.cs
- ScriptControlDescriptor.cs
- Enum.cs
- EntityTypeEmitter.cs
- XsltLoader.cs
- MulticastNotSupportedException.cs
- SqlWriter.cs
- SettingsPropertyNotFoundException.cs
- Utilities.cs
- DrawingDrawingContext.cs
- CursorConverter.cs
- XMLSchema.cs
- CompositeDuplexBindingElement.cs
- LongCountAggregationOperator.cs
- PinnedBufferMemoryStream.cs
- DistributedTransactionPermission.cs
- WebControlAdapter.cs
- WebBrowserNavigatedEventHandler.cs
- ReliableChannelBinder.cs
- SequenceNumber.cs
- FormViewInsertedEventArgs.cs
- WebPartConnectionsCancelVerb.cs
- ISFClipboardData.cs
- ClientBuildManager.cs
- TemplateBindingExtensionConverter.cs
- PropertyInformation.cs
- DesignerActionUIService.cs
- ClientApiGenerator.cs
- SyndicationFeed.cs
- DefaultPropertyAttribute.cs
- PropertyDescriptorCollection.cs
- BehaviorEditorPart.cs
- DataGridViewRowEventArgs.cs
- DesignerUtils.cs
- DetailsViewDeleteEventArgs.cs
- FixedTextBuilder.cs
- ScrollEventArgs.cs
- CalloutQueueItem.cs
- PolicyStatement.cs
- ConfigurationSettings.cs
- connectionpool.cs
- SelfSignedCertificate.cs
- SmiContext.cs
- FocusManager.cs
- RightsManagementManager.cs
- ProvidePropertyAttribute.cs
- ApplyImportsAction.cs
- ValueCollectionParameterReader.cs
- MachineKeySection.cs
- EmptyEnumerator.cs
- NetPipeSection.cs
- precedingquery.cs
- CheckBoxList.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SoapElementAttribute.cs
- SessionIDManager.cs
- Ref.cs
- NullableBoolConverter.cs
- MemberListBinding.cs
- AssociationSet.cs
- GridToolTip.cs
- XamlHttpHandlerFactory.cs
- ServiceNameCollection.cs
- SqlInternalConnection.cs
- SQLConvert.cs
- ThaiBuddhistCalendar.cs
- IntPtr.cs
- InvalidDataContractException.cs
- DbConnectionPoolGroup.cs
- GridViewColumnCollectionChangedEventArgs.cs
- GridPatternIdentifiers.cs
- DataGridViewTextBoxCell.cs
- ProviderException.cs
- Walker.cs
- SQLBoolean.cs