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