2 writes to _cachedRenderContext
PresentationCore (2)
Core\CSharp\System\Windows\Media\CompositionTarget.cs (2)
467
_cachedRenderContext
= null;
491
_cachedRenderContext
= rc;
3 references to _cachedRenderContext
PresentationCore (3)
Core\CSharp\System\Windows\Media\CompositionTarget.cs (3)
464
if (
_cachedRenderContext
!= null)
466
rc =
_cachedRenderContext
;
490
Debug.Assert(
_cachedRenderContext
== null);