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)
581
if (
_currentRenderOp
== null)
594
if (
_currentRenderOp
== null)
630
if (
_currentRenderOp
== null)
636
_currentRenderOp
.Priority = priority;
1659
if (
_currentRenderOp
!= null)
1663
_currentRenderOp
.Priority = DispatcherPriority.Render;
1688
if (
_currentRenderOp
!= null)
1690
_currentRenderOp
.Abort();
1866
if (
_currentRenderOp
!= null)
1868
_currentRenderOp
.Abort();
1902
&&
_currentRenderOp
!= null)
1904
_currentRenderOp
.Abort();
2500
if(
_currentRenderOp
!= null)
2502
_currentRenderOp
.Priority = DispatcherPriority.Input;
2510
if(
_currentRenderOp
!= null)
2512
_currentRenderOp
.Priority = DispatcherPriority.Render;