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)
464if (_cachedRenderContext != null) 466rc = _cachedRenderContext; 490Debug.Assert(_cachedRenderContext == null);