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