7 writes to _currentRenderOp
PresentationCore (7)
System\Windows\Media\MediaContext.cs (7)
580
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null);
593
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Inactive, _animRenderMessage, null);
629
_currentRenderOp
= Dispatcher.BeginInvoke(priority, _animRenderMessage, null);
1666
_currentRenderOp
= Dispatcher.BeginInvoke(DispatcherPriority.Render, _renderMessage, null);
1688
_currentRenderOp
= null;
1866
_currentRenderOp
= null;
1902
_currentRenderOp
= null;
16 references to _currentRenderOp
PresentationCore (16)
System\Windows\Media\MediaContext.cs (16)
578
if (
_currentRenderOp
== null)
591
if (
_currentRenderOp
== null)
627
if (
_currentRenderOp
== null)
633
_currentRenderOp
.Priority = priority;
1656
if (
_currentRenderOp
!= null)
1660
_currentRenderOp
.Priority = DispatcherPriority.Render;
1685
if (
_currentRenderOp
!= null)
1687
_currentRenderOp
.Abort();
1863
if (
_currentRenderOp
!= null)
1865
_currentRenderOp
.Abort();
1899
&&
_currentRenderOp
!= null)
1901
_currentRenderOp
.Abort();
2494
if(
_currentRenderOp
!= null)
2496
_currentRenderOp
.Priority = DispatcherPriority.Input;
2504
if(
_currentRenderOp
!= null)
2506
_currentRenderOp
.Priority = DispatcherPriority.Render;