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