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
- _ContextAwareResult.cs
- DelegatedStream.cs
- URLIdentityPermission.cs
- FlowPosition.cs
- AnimationClockResource.cs
- DataChangedEventManager.cs
- StringUtil.cs
- Constants.cs
- Command.cs
- SingleObjectCollection.cs
- PassportIdentity.cs
- OdbcFactory.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- DataGridCaption.cs
- NullableConverter.cs
- UnsafeCollabNativeMethods.cs
- ReadContentAsBinaryHelper.cs
- DataGridLength.cs
- StyleTypedPropertyAttribute.cs
- XmlQuerySequence.cs
- ValidationError.cs
- HostedTcpTransportManager.cs
- DataControlFieldCollection.cs
- ProfileService.cs
- SystemInfo.cs
- WebConfigManager.cs
- SpeechRecognitionEngine.cs
- Converter.cs
- RoutingUtilities.cs
- GrammarBuilderWildcard.cs
- MsmqIntegrationProcessProtocolHandler.cs
- MainMenu.cs
- LayoutEditorPart.cs
- SessionPageStateSection.cs
- DataGridItemCollection.cs
- RedistVersionInfo.cs
- ActiveXContainer.cs
- SqlSelectStatement.cs
- PkcsMisc.cs
- PrincipalPermission.cs
- XmlSchemaException.cs
- TypedReference.cs
- Misc.cs
- Item.cs
- SqlMethodAttribute.cs
- SspiSecurityTokenProvider.cs
- SByteConverter.cs
- ColumnResizeAdorner.cs
- CodeFieldReferenceExpression.cs
- HttpCachePolicyWrapper.cs
- IisHelper.cs
- Transform3D.cs
- StaticTextPointer.cs
- JulianCalendar.cs
- PrimaryKeyTypeConverter.cs
- Brush.cs
- TextBox.cs
- XamlSerializerUtil.cs
- TemplateControl.cs
- TripleDES.cs
- MethodToken.cs
- EnumConverter.cs
- AssemblyUtil.cs
- SizeConverter.cs
- BindValidator.cs
- NamespaceQuery.cs
- OciLobLocator.cs
- CrossAppDomainChannel.cs
- TreeViewImageIndexConverter.cs
- DataGridTextBoxColumn.cs
- PropertyIdentifier.cs
- TypeRefElement.cs
- Page.cs
- ADConnectionHelper.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- GeometryDrawing.cs
- PathFigure.cs
- RunWorkerCompletedEventArgs.cs
- ToolStripComboBox.cs
- DtdParser.cs
- WriteLineDesigner.xaml.cs
- StandardToolWindows.cs
- CharEntityEncoderFallback.cs
- CodeTypeDeclarationCollection.cs
- SettingsPropertyValue.cs
- TaiwanLunisolarCalendar.cs
- RuleSetReference.cs
- KeyedHashAlgorithm.cs
- XmlDsigSep2000.cs
- XamlRtfConverter.cs
- AdCreatedEventArgs.cs
- PropertyTabChangedEvent.cs
- TransactionTraceIdentifier.cs
- ObjectItemCollection.cs
- DeviceFilterDictionary.cs
- HandleRef.cs
- TreeViewImageIndexConverter.cs
- DefinitionBase.cs
- InheritedPropertyChangedEventArgs.cs
- PropertyRecord.cs