2 writes to _cachedRenderContext
PresentationCore (2)
System\Windows\Media\CompositionTarget.cs (2)
440
_cachedRenderContext
= null;
464
_cachedRenderContext
= rc;
3 references to _cachedRenderContext
PresentationCore (3)
System\Windows\Media\CompositionTarget.cs (3)
437
if (
_cachedRenderContext
!= null)
439
rc =
_cachedRenderContext
;
463
Debug.Assert(
_cachedRenderContext
== null);