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)
602
if (
_currentRenderOp
== null)
615
if (
_currentRenderOp
== null)
651
if (
_currentRenderOp
== null)
657
_currentRenderOp
.Priority = priority;
1680
if (
_currentRenderOp
!= null)
1684
_currentRenderOp
.Priority = DispatcherPriority.Render;
1709
if (
_currentRenderOp
!= null)
1711
_currentRenderOp
.Abort();
1887
if (
_currentRenderOp
!= null)
1889
_currentRenderOp
.Abort();
1923
&&
_currentRenderOp
!= null)
1925
_currentRenderOp
.Abort();
2521
if(
_currentRenderOp
!= null)
2523
_currentRenderOp
.Priority = DispatcherPriority.Input;
2531
if(
_currentRenderOp
!= null)
2533
_currentRenderOp
.Priority = DispatcherPriority.Render;