7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
579_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 592_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 628_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1665_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1685_currentRenderOp = null; 1860_currentRenderOp = null; 1895_currentRenderOp = null;
12 references to _currentRenderOp
PresentationCore (12)
System\Windows\Media\MediaContext.cs (12)
577if (_currentRenderOp == null) 590if (_currentRenderOp == null) 626if (_currentRenderOp == null) 632_currentRenderOp.Priority = priority; 1655if (_currentRenderOp != null) 1659_currentRenderOp.Priority = DispatcherPriority.Render; 1684_currentRenderOp?.Abort(); 1859_currentRenderOp?.Abort(); 1892&& _currentRenderOp != null) 1894_currentRenderOp.Abort(); 2487_currentRenderOp?.Priority = DispatcherPriority.Input; 2493_currentRenderOp?.Priority = DispatcherPriority.Render;