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