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
- TypeConstant.cs
- AppDomainManager.cs
- Int16Storage.cs
- _HTTPDateParse.cs
- ApplicationActivator.cs
- SqlNodeAnnotation.cs
- DataStreams.cs
- ObjectSet.cs
- IdentityNotMappedException.cs
- OperationAbortedException.cs
- XPathParser.cs
- SoapObjectWriter.cs
- HatchBrush.cs
- ControlCollection.cs
- X509Logo.cs
- StrongNameKeyPair.cs
- ErasingStroke.cs
- EntityDataSourceWrapperCollection.cs
- ProfileModule.cs
- NavigationPropertyEmitter.cs
- ContextMenuService.cs
- SystemIPGlobalProperties.cs
- ExpressionPrinter.cs
- HttpRequest.cs
- SerializationEventsCache.cs
- FileSystemWatcher.cs
- BinaryNode.cs
- FilterableAttribute.cs
- SymmetricKey.cs
- OutputCacheSection.cs
- ActivityDesignerResources.cs
- XmlLoader.cs
- HtmlHistory.cs
- _CommandStream.cs
- CompareInfo.cs
- SqlCommand.cs
- HttpEncoder.cs
- HttpListenerRequestUriBuilder.cs
- ConnectionManagementSection.cs
- GridViewDeleteEventArgs.cs
- InstanceContext.cs
- XmlObjectSerializerWriteContextComplex.cs
- UidManager.cs
- MatrixValueSerializer.cs
- SafeFileMappingHandle.cs
- DateTimeFormatInfo.cs
- UnsafeNetInfoNativeMethods.cs
- LinearQuaternionKeyFrame.cs
- SafeNativeMethods.cs
- LoginCancelEventArgs.cs
- CheckBox.cs
- EventLogEntryCollection.cs
- EntityDataSource.cs
- Form.cs
- PackWebRequest.cs
- CalendarDataBindingHandler.cs
- SortExpressionBuilder.cs
- StyleCollectionEditor.cs
- ConstraintCollection.cs
- TypeLibConverter.cs
- ElementHostAutomationPeer.cs
- Imaging.cs
- DispatchWrapper.cs
- AggregateNode.cs
- Matrix3DConverter.cs
- TreeIterator.cs
- QueryComponents.cs
- BitmapEffectrendercontext.cs
- HTTPNotFoundHandler.cs
- SafeNativeMethods.cs
- SchemaLookupTable.cs
- Debugger.cs
- CapabilitiesPattern.cs
- OdbcStatementHandle.cs
- InternalConfigEventArgs.cs
- FloatSumAggregationOperator.cs
- ApplicationSecurityInfo.cs
- AssertUtility.cs
- PromptBuilder.cs
- GridViewItemAutomationPeer.cs
- FieldMetadata.cs
- BamlLocalizabilityResolver.cs
- TableLayoutRowStyleCollection.cs
- PipeStream.cs
- ColumnCollection.cs
- MenuItemCollection.cs
- TextEditor.cs
- XmlJsonReader.cs
- SmtpFailedRecipientsException.cs
- wgx_exports.cs
- securitycriticaldataformultiplegetandset.cs
- PointUtil.cs
- HorizontalAlignConverter.cs
- Int64AnimationUsingKeyFrames.cs
- HttpFileCollection.cs
- XmlWrappingReader.cs
- ChtmlImageAdapter.cs
- UnmanagedMemoryStream.cs
- MasterPageBuildProvider.cs
- AttachedPropertyBrowsableAttribute.cs