Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / CapacityStreamGeometryContext.cs / 1305600 / CapacityStreamGeometryContext.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This class is used by the StreamGeometry class to generate an inlined, // flattened geometry stream. // //--------------------------------------------------------------------------- using MS.Internal; using MS.Internal.PresentationCore; using System; using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Windows.Threading; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Media.Effects; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; using System.Diagnostics; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; using System.Security; using System.Security.Permissions; namespace System.Windows.Media { ////// CapacityStreamGeometryContext /// internal abstract class CapacityStreamGeometryContext : StreamGeometryContext { internal virtual void SetFigureCount(int figureCount) {} internal virtual void SetSegmentCount(int segmentCount) {} } } // 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
- FrameworkTemplate.cs
- ForeignKeyConstraint.cs
- ObjectAnimationUsingKeyFrames.cs
- SectionInput.cs
- oledbmetadatacolumnnames.cs
- ArcSegment.cs
- ParamArrayAttribute.cs
- ExceptionUtility.cs
- ListItemConverter.cs
- BehaviorEditorPart.cs
- UnsafePeerToPeerMethods.cs
- HeaderPanel.cs
- UnhandledExceptionEventArgs.cs
- CodeChecksumPragma.cs
- CharacterMetrics.cs
- LinkLabelLinkClickedEvent.cs
- MenuAdapter.cs
- Baml2006ReaderFrame.cs
- EncryptedType.cs
- PermissionRequestEvidence.cs
- PenThreadWorker.cs
- ComEventsSink.cs
- AssemblyCollection.cs
- EditorPartCollection.cs
- tooltip.cs
- ValidatingCollection.cs
- IFormattable.cs
- Keyboard.cs
- SortQuery.cs
- CodeGroup.cs
- PointLightBase.cs
- ToolboxItem.cs
- TableCellAutomationPeer.cs
- WebPartEditorOkVerb.cs
- _BufferOffsetSize.cs
- OleDbDataAdapter.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Select.cs
- InternalResources.cs
- EventListener.cs
- Help.cs
- AnonymousIdentificationModule.cs
- Subtree.cs
- JsonStringDataContract.cs
- SqlBuffer.cs
- VectorValueSerializer.cs
- InputBindingCollection.cs
- SizeChangedInfo.cs
- EasingKeyFrames.cs
- NegotiateStream.cs
- SharedConnectionInfo.cs
- PolyQuadraticBezierSegment.cs
- PrintEvent.cs
- WindowsEditBoxRange.cs
- DefaultPrintController.cs
- FileDataSourceCache.cs
- Pointer.cs
- OpCellTreeNode.cs
- StringWriter.cs
- GridViewColumnCollection.cs
- SolidColorBrush.cs
- ControlTemplate.cs
- DefaultEvaluationContext.cs
- DrawListViewSubItemEventArgs.cs
- basecomparevalidator.cs
- documentsequencetextview.cs
- NullReferenceException.cs
- XmlImplementation.cs
- TransactionScope.cs
- dbenumerator.cs
- ErrorProvider.cs
- ProxyWebPartManager.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- SqlRemoveConstantOrderBy.cs
- QilTypeChecker.cs
- DebugHandleTracker.cs
- SqlTypesSchemaImporter.cs
- HttpContextServiceHost.cs
- ToolStripContentPanel.cs
- SecurityAppliedMessage.cs
- XPathConvert.cs
- ConstructorBuilder.cs
- CacheHelper.cs
- SoapObjectInfo.cs
- NativeCompoundFileAPIs.cs
- FileSecurity.cs
- CodeCommentStatementCollection.cs
- PackUriHelper.cs
- WorkflowEnvironment.cs
- SID.cs
- ProgressChangedEventArgs.cs
- TraceEventCache.cs
- ApplicationServiceHelper.cs
- ClientSettings.cs
- DataGridLinkButton.cs
- EnterpriseServicesHelper.cs
- COM2EnumConverter.cs
- NativeMethods.cs
- SystemIPGlobalProperties.cs
- KerberosSecurityTokenProvider.cs