7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
583_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 596_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null); 632_currentRenderOp = Dispatcher.BeginInvoke(priority, _animRenderMessage, null); 1669_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null); 1691_currentRenderOp = null; 1869_currentRenderOp = null; 1905_currentRenderOp = null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
581if (_currentRenderOp == null) 594if (_currentRenderOp == null) 630if (_currentRenderOp == null) 636_currentRenderOp.Priority = priority; 1659if (_currentRenderOp != null) 1663_currentRenderOp.Priority = DispatcherPriority.Render; 1688if (_currentRenderOp != null) 1690_currentRenderOp.Abort(); 1866if (_currentRenderOp != null) 1868_currentRenderOp.Abort(); 1902&& _currentRenderOp != null) 1904_currentRenderOp.Abort(); 2500if(_currentRenderOp != null) 2502_currentRenderOp.Priority = DispatcherPriority.Input; 2510if(_currentRenderOp != null) 2512_currentRenderOp.Priority = DispatcherPriority.Render;