3 instantiations of BoundsDrawingContextWalker
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
149
BoundsDrawingContextWalker ctx = new
BoundsDrawingContextWalker
();
System\Windows\Media\MediaContext.cs (2)
2499
return new
BoundsDrawingContextWalker
();
2727
private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new
BoundsDrawingContextWalker
();
11 references to BoundsDrawingContextWalker
PresentationCore (11)
System\Windows\Media\Drawing.cs (2)
80
Rect IDrawingContent.GetContentBounds(
BoundsDrawingContextWalker
ctx)
149
BoundsDrawingContextWalker
ctx = new BoundsDrawingContextWalker();
System\Windows\Media\DrawingVisual.cs (1)
182
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();
System\Windows\Media\IDrawingContent.cs (1)
32
Rect GetContentBounds(
BoundsDrawingContextWalker
ctx);
System\Windows\Media\MediaContext.cs (4)
2495
internal
BoundsDrawingContextWalker
AcquireBoundsDrawingContextWalker()
2502
BoundsDrawingContextWalker
ctx = _cachedBoundsDrawingContextWalker;
2514
internal void ReleaseBoundsDrawingContextWalker(
BoundsDrawingContextWalker
ctx)
2727
private
BoundsDrawingContextWalker
_cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
System\Windows\Media\RenderData.cs (1)
136
public Rect GetContentBounds(
BoundsDrawingContextWalker
ctx)
System\Windows\UIElement.cs (2)
1333
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();
3236
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();