7 writes to _currentRenderOp
PresentationCore (7)
Core\CSharp\System\Windows\Media\MediaContext.cs (7)
623_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 636_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 672_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1738_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1760_currentRenderOp = null; 1942_currentRenderOp = null; 1978_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
Core\CSharp\System\Windows\Media\MediaContext.cs (16)
621if (_currentRenderOp == null) 634if (_currentRenderOp == null) 670if (_currentRenderOp == null) 676_currentRenderOp.Priority = priority; 1728if (_currentRenderOp != null) 1732_currentRenderOp.Priority = DispatcherPriority.Render; 1757if (_currentRenderOp != null) 1759_currentRenderOp.Abort(); 1939if (_currentRenderOp != null) 1941_currentRenderOp.Abort(); 1975&& _currentRenderOp != null) 1977_currentRenderOp.Abort(); 2597if(_currentRenderOp != null) 2599_currentRenderOp.Priority = DispatcherPriority.Input; 2607if(_currentRenderOp != null) 2609_currentRenderOp.Priority = DispatcherPriority.Render;