3 references to BoundsDrawingContextWalker
PresentationCore (3)
Core\CSharp\System\Windows\Media\Drawing.cs (1)
158BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2575return new BoundsDrawingContextWalker(); 2810private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();