7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
604_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 617_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 653_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1690_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1712_currentRenderOp = null; 1890_currentRenderOp = null; 1926_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
602if (_currentRenderOp == null) 615if (_currentRenderOp == null) 651if (_currentRenderOp == null) 657_currentRenderOp.Priority = priority; 1680if (_currentRenderOp != null) 1684_currentRenderOp.Priority = DispatcherPriority.Render; 1709if (_currentRenderOp != null) 1711_currentRenderOp.Abort(); 1887if (_currentRenderOp != null) 1889_currentRenderOp.Abort(); 1923&& _currentRenderOp != null) 1925_currentRenderOp.Abort(); 2521if(_currentRenderOp != null) 2523_currentRenderOp.Priority = DispatcherPriority.Input; 2531if(_currentRenderOp != null) 2533_currentRenderOp.Priority = DispatcherPriority.Render;