7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
580_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 593_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 629_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1666_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1688_currentRenderOp = null; 1866_currentRenderOp = null; 1902_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
578if (_currentRenderOp == null) 591if (_currentRenderOp == null) 627if (_currentRenderOp == null) 633_currentRenderOp.Priority = priority; 1656if (_currentRenderOp != null) 1660_currentRenderOp.Priority = DispatcherPriority.Render; 1685if (_currentRenderOp != null) 1687_currentRenderOp.Abort(); 1863if (_currentRenderOp != null) 1865_currentRenderOp.Abort(); 1899&& _currentRenderOp != null) 1901_currentRenderOp.Abort(); 2494if(_currentRenderOp != null) 2496_currentRenderOp.Priority = DispatcherPriority.Input; 2504if(_currentRenderOp != null) 2506_currentRenderOp.Priority = DispatcherPriority.Render;