3 instantiations of BoundsDrawingContextWalker
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
140BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
System\Windows\Media\MediaContext.cs (2)
2478return new BoundsDrawingContextWalker(); 2706private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
11 references to BoundsDrawingContextWalker
PresentationCore (11)
System\Windows\Media\Drawing.cs (2)
71Rect IDrawingContent.GetContentBounds(BoundsDrawingContextWalker ctx) 140BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
System\Windows\Media\DrawingVisual.cs (1)
172BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();
System\Windows\Media\IDrawingContent.cs (1)
31Rect GetContentBounds(BoundsDrawingContextWalker ctx);
System\Windows\Media\MediaContext.cs (4)
2474internal BoundsDrawingContextWalker AcquireBoundsDrawingContextWalker() 2481BoundsDrawingContextWalker ctx = _cachedBoundsDrawingContextWalker; 2493internal void ReleaseBoundsDrawingContextWalker(BoundsDrawingContextWalker ctx) 2706private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();
System\Windows\Media\RenderData.cs (1)
125public Rect GetContentBounds(BoundsDrawingContextWalker ctx)
System\Windows\UIElement.cs (2)
1328BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker(); 3231BoundsDrawingContextWalker ctx = mediaContext.AcquireBoundsDrawingContextWalker();