Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / PolyBezierSegment.cs / 1 / PolyBezierSegment.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2001 // // File: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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: PolyBezierSegment.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 { ////// PolyBezierSegment /// public sealed partial class PolyBezierSegment : 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 "C" + 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
- CodeExpressionStatement.cs
- SystemParameters.cs
- HtmlString.cs
- FileAuthorizationModule.cs
- Splitter.cs
- TrailingSpaceComparer.cs
- TypeConverterHelper.cs
- DurableInstance.cs
- CLRBindingWorker.cs
- DataViewManagerListItemTypeDescriptor.cs
- CommonRemoteMemoryBlock.cs
- PersistencePipeline.cs
- RoleService.cs
- DetailsViewDeleteEventArgs.cs
- SafeRightsManagementQueryHandle.cs
- DrawingState.cs
- RowCache.cs
- TreeNodeMouseHoverEvent.cs
- BinaryOperationBinder.cs
- ListItem.cs
- WpfPayload.cs
- UserPersonalizationStateInfo.cs
- EasingFunctionBase.cs
- TextCompositionEventArgs.cs
- RectAnimationClockResource.cs
- StylusCaptureWithinProperty.cs
- PropertyCondition.cs
- CodeExporter.cs
- ThreadAttributes.cs
- Vector3DIndependentAnimationStorage.cs
- File.cs
- UserInitiatedNavigationPermission.cs
- DesignTimeTemplateParser.cs
- WebHeaderCollection.cs
- EntryPointNotFoundException.cs
- mansign.cs
- AllMembershipCondition.cs
- ReaderWriterLockWrapper.cs
- PrefixQName.cs
- XomlCompilerHelpers.cs
- SqlCacheDependencyDatabase.cs
- HwndSubclass.cs
- BookmarkEventArgs.cs
- SecuritySessionClientSettings.cs
- ByteStack.cs
- Timer.cs
- RtfControls.cs
- Exceptions.cs
- EDesignUtil.cs
- NativeObjectSecurity.cs
- XsltArgumentList.cs
- DataGridViewCellStyle.cs
- WorkflowOwnershipException.cs
- COM2EnumConverter.cs
- HandlerBase.cs
- HttpDictionary.cs
- ListViewTableRow.cs
- ResXResourceSet.cs
- TypeValidationEventArgs.cs
- IERequestCache.cs
- EnvelopedPkcs7.cs
- HttpFileCollection.cs
- SchemaCollectionCompiler.cs
- HttpResponse.cs
- SourceFilter.cs
- SafeNativeMethods.cs
- Helpers.cs
- Matrix.cs
- ScriptControlDescriptor.cs
- FrameworkReadOnlyPropertyMetadata.cs
- EntityContainerEmitter.cs
- KnownTypeDataContractResolver.cs
- SubpageParaClient.cs
- SspiNegotiationTokenAuthenticator.cs
- PlatformNotSupportedException.cs
- HitTestFilterBehavior.cs
- DbConnectionOptions.cs
- HttpFileCollectionBase.cs
- GroupBox.cs
- HttpHeaderCollection.cs
- CodeGenerationManager.cs
- JournalEntryListConverter.cs
- EventLogger.cs
- ToolBarTray.cs
- DataTrigger.cs
- UIPermission.cs
- XmlDocumentFragment.cs
- XMLDiffLoader.cs
- DoubleLink.cs
- SafeLocalMemHandle.cs
- CallbackDebugElement.cs
- HttpProfileBase.cs
- ValueSerializer.cs
- XmlAttributeAttribute.cs
- ListItemConverter.cs
- GroupBoxRenderer.cs
- LeaseManager.cs
- GcHandle.cs
- DataPagerFieldCommandEventArgs.cs
- LinkedDataMemberFieldEditor.cs