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)
414if (_cachedRenderContext != null) 416rc = _cachedRenderContext; 440Debug.Assert(_cachedRenderContext == null);