7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
579
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null);
592
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null);
628
_currentRenderOp
= Dispatcher.BeginInvoke(priority, _animRenderMessage, null);
1665
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null);
1687
_currentRenderOp
= null;
1865
_currentRenderOp
= null;
1901
_currentRenderOp
= null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
577
if (
_currentRenderOp
== null)
590
if (
_currentRenderOp
== null)
626
if (
_currentRenderOp
== null)
632
_currentRenderOp
.Priority = priority;
1655
if (
_currentRenderOp
!= null)
1659
_currentRenderOp
.Priority = DispatcherPriority.Render;
1684
if (
_currentRenderOp
!= null)
1686
_currentRenderOp
.Abort();
1862
if (
_currentRenderOp
!= null)
1864
_currentRenderOp
.Abort();
1898
&&
_currentRenderOp
!= null)
1900
_currentRenderOp
.Abort();
2493
if(
_currentRenderOp
!= null)
2495
_currentRenderOp
.Priority = DispatcherPriority.Input;
2503
if(
_currentRenderOp
!= null)
2505
_currentRenderOp
.Priority = DispatcherPriority.Render;