3 instantiations of BoundsDrawingContextWalker
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
140
BoundsDrawingContextWalker ctx = new
BoundsDrawingContextWalker
();
System\Windows\Media\MediaContext.cs (2)
2472
return new
BoundsDrawingContextWalker
();
2700
private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new
BoundsDrawingContextWalker
();
11 references to BoundsDrawingContextWalker
PresentationCore (11)
System\Windows\Media\Drawing.cs (2)
71
Rect IDrawingContent.GetContentBounds(
BoundsDrawingContextWalker
ctx)
140
BoundsDrawingContextWalker
ctx = new BoundsDrawingContextWalker();
System\Windows\Media\DrawingVisual.cs (1)
169
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();
System\Windows\Media\IDrawingContent.cs (1)
31
Rect GetContentBounds(
BoundsDrawingContextWalker
ctx);
System\Windows\Media\MediaContext.cs (4)
2468
internal
BoundsDrawingContextWalker
AcquireBoundsDrawingContextWalker()
2475
BoundsDrawingContextWalker
ctx = _cachedBoundsDrawingContextWalker;
2487
internal void ReleaseBoundsDrawingContextWalker(
BoundsDrawingContextWalker
ctx)
2700
private
BoundsDrawingContextWalker
_cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
System\Windows\Media\RenderData.cs (1)
125
public Rect GetContentBounds(
BoundsDrawingContextWalker
ctx)
System\Windows\UIElement.cs (2)
1320
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();
3220
BoundsDrawingContextWalker
ctx = mediaContext.AcquireBoundsDrawingContextWalker();