3 instantiations of BoundsDrawingContextWalker
PresentationCore (3)
Core\CSharp\System\Windows\Media\Drawing.cs (1)
158BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2575return new BoundsDrawingContextWalker(); 2810private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
11 references to BoundsDrawingContextWalker
PresentationCore (11)
Core\CSharp\System\Windows\Media\Drawing.cs (2)
89Rect IDrawingContent.GetContentBounds(BoundsDrawingContextWalker ctx) 158BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
191BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();
Core\CSharp\System\Windows\Media\IDrawingContent.cs (1)
34Rect GetContentBounds(BoundsDrawingContextWalker ctx);
Core\CSharp\System\Windows\Media\MediaContext.cs (4)
2571internal BoundsDrawingContextWalker AcquireBoundsDrawingContextWalker() 2578BoundsDrawingContextWalker ctx = _cachedBoundsDrawingContextWalker; 2590internal void ReleaseBoundsDrawingContextWalker(BoundsDrawingContextWalker ctx) 2810private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
Core\CSharp\System\Windows\Media\RenderData.cs (1)
141public Rect GetContentBounds(BoundsDrawingContextWalker ctx)
Core\CSharp\System\Windows\UIElement.cs (2)
1347BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker(); 3270BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();