2 writes to _cachedBoundsDrawingContextWalker
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2579
_cachedBoundsDrawingContextWalker
= null;
2592
_cachedBoundsDrawingContextWalker
= ctx;
2 references to _cachedBoundsDrawingContextWalker
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
2573
if (
_cachedBoundsDrawingContextWalker
== null)
2578
BoundsDrawingContextWalker ctx =
_cachedBoundsDrawingContextWalker
;