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)
621
if (
_currentRenderOp
== null)
634
if (
_currentRenderOp
== null)
670
if (
_currentRenderOp
== null)
676
_currentRenderOp
.Priority = priority;
1728
if (
_currentRenderOp
!= null)
1732
_currentRenderOp
.Priority = DispatcherPriority.Render;
1757
if (
_currentRenderOp
!= null)
1759
_currentRenderOp
.Abort();
1939
if (
_currentRenderOp
!= null)
1941
_currentRenderOp
.Abort();
1975
&&
_currentRenderOp
!= null)
1977
_currentRenderOp
.Abort();
2597
if(
_currentRenderOp
!= null)
2599
_currentRenderOp
.Priority = DispatcherPriority.Input;
2607
if(
_currentRenderOp
!= null)
2609
_currentRenderOp
.Priority = DispatcherPriority.Render;