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