3 references to BoundsDrawingContextWalker
PresentationCore (3)
System\Windows\Media\Drawing.cs (1)
139BoundsDrawingContextWalker ctx = new BoundsDrawingContextWalker();
System\Windows\Media\MediaContext.cs (2)
2471return new BoundsDrawingContextWalker(); 2699private BoundsDrawingContextWalker _cachedBoundsDrawingContextWalker = new BoundsDrawingContextWalker();