2 writes to _cachedRenderContext
PresentationCore (2)
System\Windows\Media\CompositionTarget.cs (2)
418_cachedRenderContext = null; 442_cachedRenderContext = rc;
3 references to _cachedRenderContext
PresentationCore (3)
System\Windows\Media\CompositionTarget.cs (3)
415if (_cachedRenderContext != null) 417rc = _cachedRenderContext; 441Debug.Assert(_cachedRenderContext == null);