Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / PolyQuadraticBezierSegment.cs / 1 / PolyQuadraticBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyQuadraticBezierSegment.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 { ////// PolyQuadraticBezierSegment /// public sealed partial class PolyQuadraticBezierSegment : 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 "Q" + 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
- NotCondition.cs
- ObjectToIdCache.cs
- StyleTypedPropertyAttribute.cs
- PartialTrustVisibleAssembliesSection.cs
- WSDualHttpBinding.cs
- XmlElementList.cs
- DescendantOverDescendantQuery.cs
- CharConverter.cs
- SubMenuStyleCollection.cs
- HiddenField.cs
- SizeAnimationUsingKeyFrames.cs
- PropertyOverridesTypeEditor.cs
- EntityExpressionVisitor.cs
- LogicalExpr.cs
- hresults.cs
- EntityProviderServices.cs
- HttpStreamMessage.cs
- DynamicAttribute.cs
- DataGridViewColumnHeaderCell.cs
- HwndKeyboardInputProvider.cs
- PageHandlerFactory.cs
- Single.cs
- TextFormatter.cs
- KoreanCalendar.cs
- AbandonedMutexException.cs
- AsymmetricKeyExchangeFormatter.cs
- SqlDuplicator.cs
- ObjectTag.cs
- ObjectSecurity.cs
- StylusDownEventArgs.cs
- PagePropertiesChangingEventArgs.cs
- AssemblyCache.cs
- DelegatingTypeDescriptionProvider.cs
- MetaDataInfo.cs
- ContentElement.cs
- NodeFunctions.cs
- DataColumnChangeEvent.cs
- NavigatingCancelEventArgs.cs
- ListViewGroupConverter.cs
- ClusterUtils.cs
- DependencyStoreSurrogate.cs
- EntityClassGenerator.cs
- DrawToolTipEventArgs.cs
- ResourceSetExpression.cs
- DiagnosticsConfigurationHandler.cs
- PartitionerStatic.cs
- CellCreator.cs
- Timer.cs
- __ConsoleStream.cs
- LineInfo.cs
- DefaultTraceListener.cs
- TraceContextRecord.cs
- Reference.cs
- DbProviderManifest.cs
- Guid.cs
- WebControlsSection.cs
- QuaternionAnimationUsingKeyFrames.cs
- Convert.cs
- ValidationPropertyAttribute.cs
- Range.cs
- DbExpressionRules.cs
- ListViewCancelEventArgs.cs
- log.cs
- OutputCacheProfile.cs
- ChannelServices.cs
- SqlDependencyListener.cs
- XmlDocument.cs
- ApplicationSettingsBase.cs
- TextCollapsingProperties.cs
- NamedPipeTransportSecurityElement.cs
- XmlSchemaAttribute.cs
- EncryptRequest.cs
- RevocationPoint.cs
- _LocalDataStore.cs
- GroupBoxDesigner.cs
- SqlCharStream.cs
- MDIControlStrip.cs
- MessagePropertyAttribute.cs
- DataGridViewCellFormattingEventArgs.cs
- PeerEndPoint.cs
- DataServiceClientException.cs
- SqlBooleanMismatchVisitor.cs
- WorkflowDefinitionDispenser.cs
- ValueExpressions.cs
- CodeChecksumPragma.cs
- TextDecorationCollection.cs
- QilTypeChecker.cs
- CompilerState.cs
- LocalizableAttribute.cs
- QueryContinueDragEventArgs.cs
- SimpleType.cs
- HashCodeCombiner.cs
- DataControlFieldCollection.cs
- BitmapEffectGeneralTransform.cs
- __ComObject.cs
- ToolStrip.cs
- HandlerBase.cs
- TextOutput.cs
- GridViewCancelEditEventArgs.cs
- CaseStatementSlot.cs