2 writes to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2476
_cachedBoundsDrawingContextWalker
= null;
2489
_cachedBoundsDrawingContextWalker
= ctx;
2 references to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2470
if (
_cachedBoundsDrawingContextWalker
== null)
2475
BoundsDrawingContextWalker ctx =
_cachedBoundsDrawingContextWalker
;