2 writes to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2503
_cachedBoundsDrawingContextWalker
= null;
2516
_cachedBoundsDrawingContextWalker
= ctx;
2 references to _cachedBoundsDrawingContextWalker
PresentationCore (2)
System\Windows\Media\MediaContext.cs (2)
2497
if (
_cachedBoundsDrawingContextWalker
== null)
2502
BoundsDrawingContextWalker ctx =
_cachedBoundsDrawingContextWalker
;