2 writes to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2475
_cachedBoundsDrawingContextWalker
= null;
2488
_cachedBoundsDrawingContextWalker
= ctx;
2 references to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2469
if (
_cachedBoundsDrawingContextWalker
== null)
2474
BoundsDrawingContextWalker ctx =
_cachedBoundsDrawingContextWalker
;