2 writes to _cachedRenderContext
PresentationCore (2)
System\Windows\Media\CompositionTarget.cs (2)
418
_cachedRenderContext
= null;
442
_cachedRenderContext
= rc;
3 references to _cachedRenderContext
PresentationCore (3)
System\Windows\Media\CompositionTarget.cs (3)
415
if (
_cachedRenderContext
!= null)
417
rc =
_cachedRenderContext
;
441
Debug.Assert(
_cachedRenderContext
== null);