Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / CapacityStreamGeometryContext.cs / 1 / 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
- CapabilitiesPattern.cs
- DbDataReader.cs
- _LocalDataStoreMgr.cs
- WebMessageFormatHelper.cs
- Properties.cs
- RectangleHotSpot.cs
- RelationalExpressions.cs
- SchemaSetCompiler.cs
- Image.cs
- Utils.cs
- SingletonConnectionReader.cs
- ListViewUpdatedEventArgs.cs
- SmiTypedGetterSetter.cs
- UpDownBase.cs
- ListBase.cs
- PopOutPanel.cs
- DataGrid.cs
- SlipBehavior.cs
- _LoggingObject.cs
- DynamicILGenerator.cs
- ContainerAction.cs
- HttpCacheParams.cs
- PageRequestManager.cs
- XmlSecureResolver.cs
- MembershipUser.cs
- RtfToXamlLexer.cs
- PropertyStore.cs
- StructuralObject.cs
- WebPartEditorApplyVerb.cs
- UIntPtr.cs
- ProxyAttribute.cs
- SequenceDesignerAccessibleObject.cs
- Evaluator.cs
- SystemThemeKey.cs
- EntityProxyTypeInfo.cs
- TextEditorTables.cs
- AdPostCacheSubstitution.cs
- EventManager.cs
- ListViewItem.cs
- OleServicesContext.cs
- KnownIds.cs
- DispatchChannelSink.cs
- CodeDOMUtility.cs
- RawStylusSystemGestureInputReport.cs
- SafeMarshalContext.cs
- OdbcConnection.cs
- ToolStripDropDownClosedEventArgs.cs
- MissingMethodException.cs
- SystemIPInterfaceStatistics.cs
- FrameSecurityDescriptor.cs
- DateTimeConstantAttribute.cs
- RequestCache.cs
- DataServiceStreamResponse.cs
- Tablet.cs
- WebPartDescriptionCollection.cs
- DbConnectionPoolGroupProviderInfo.cs
- TimeSpanValidator.cs
- CacheMemory.cs
- Comparer.cs
- LinqDataSourceView.cs
- DocumentPageTextView.cs
- AdRotator.cs
- SoapSchemaMember.cs
- SmtpNegotiateAuthenticationModule.cs
- XamlStackWriter.cs
- _DomainName.cs
- StructuredProperty.cs
- DesignerActionListCollection.cs
- TransformerTypeCollection.cs
- VisualTreeHelper.cs
- TypeValidationEventArgs.cs
- CalendarDay.cs
- MasterPageParser.cs
- QueueProcessor.cs
- RowType.cs
- SurrogateChar.cs
- XDeferredAxisSource.cs
- InputLanguageCollection.cs
- RetriableClipboard.cs
- FormsAuthenticationConfiguration.cs
- DataColumnMapping.cs
- BaseTreeIterator.cs
- CultureTableRecord.cs
- IDictionary.cs
- WindowsSpinner.cs
- CacheDict.cs
- CodeCatchClauseCollection.cs
- ApplyTemplatesAction.cs
- CodeDefaultValueExpression.cs
- ObjectDataProvider.cs
- Logging.cs
- AuthenticatedStream.cs
- Pair.cs
- XamlWriter.cs
- XmlDocumentFragment.cs
- RankException.cs
- KnownColorTable.cs
- SerializationStore.cs
- SchemaCollectionPreprocessor.cs
- TimeSpanValidatorAttribute.cs