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)
437if (_cachedRenderContext != null) 439rc = _cachedRenderContext; 463Debug.Assert(_cachedRenderContext == null);