2 writes to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2482
_cachedBoundsDrawingContextWalker
= null;
2495
_cachedBoundsDrawingContextWalker
= ctx;
2 references to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2476
if (
_cachedBoundsDrawingContextWalker
== null)
2481
BoundsDrawingContextWalker ctx =
_cachedBoundsDrawingContextWalker
;