3 references to 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();