7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
605_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 618_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 654_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1693_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1715_currentRenderOp = null; 1893_currentRenderOp = null; 1929_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
603if (_currentRenderOp == null) 616if (_currentRenderOp == null) 652if (_currentRenderOp == null) 658_currentRenderOp.Priority = priority; 1683if (_currentRenderOp != null) 1687_currentRenderOp.Priority = DispatcherPriority.Render; 1712if (_currentRenderOp != null) 1714_currentRenderOp.Abort(); 1890if (_currentRenderOp != null) 1892_currentRenderOp.Abort(); 1926&& _currentRenderOp != null) 1928_currentRenderOp.Abort(); 2524if(_currentRenderOp != null) 2526_currentRenderOp.Priority = DispatcherPriority.Input; 2534if(_currentRenderOp != null) 2536_currentRenderOp.Priority = DispatcherPriority.Render;