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); 1687_currentRenderOp = null; 1865_currentRenderOp = null; 1901_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
577if (_currentRenderOp == null) 590if (_currentRenderOp == null) 626if (_currentRenderOp == null) 632_currentRenderOp.Priority = priority; 1655if (_currentRenderOp != null) 1659_currentRenderOp.Priority = DispatcherPriority.Render; 1684if (_currentRenderOp != null) 1686_currentRenderOp.Abort(); 1862if (_currentRenderOp != null) 1864_currentRenderOp.Abort(); 1898&& _currentRenderOp != null) 1900_currentRenderOp.Abort(); 2493if(_currentRenderOp != null) 2495_currentRenderOp.Priority = DispatcherPriority.Input; 2503if(_currentRenderOp != null) 2505_currentRenderOp.Priority = DispatcherPriority.Render;