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