3 instantiations of BoundsDrawingContextWalker
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
139BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
System\Windows\Media\MediaContext.cs (2)
2471return new BoundsDrawingContextWalker(); 2699private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
11 references to BoundsDrawingContextWalker
PresentationCore (11)
System\Windows\Media\Drawing.cs (2)
70Rect IDrawingContent.GetContentBounds(BoundsDrawingContextWalker ctx) 139BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
System\Windows\Media\DrawingVisual.cs (1)
168BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();
System\Windows\Media\IDrawingContent.cs (1)
30Rect GetContentBounds(BoundsDrawingContextWalker ctx);
System\Windows\Media\MediaContext.cs (4)
2467internal BoundsDrawingContextWalker AcquireBoundsDrawingContextWalker() 2474BoundsDrawingContextWalker ctx = _cachedBoundsDrawingContextWalker; 2486internal void ReleaseBoundsDrawingContextWalker(BoundsDrawingContextWalker ctx) 2699private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
System\Windows\Media\RenderData.cs (1)
124public Rect GetContentBounds(BoundsDrawingContextWalker ctx)
System\Windows\UIElement.cs (2)
1319BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker(); 3219BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();