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);
1685
_currentRenderOp
= null;
1860
_currentRenderOp
= null;
1895
_currentRenderOp
= null;
12 references to _currentRenderOp
PresentationCore (12)
System\Windows\Media\MediaContext.cs (12)
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
_currentRenderOp
?.Abort();
1859
_currentRenderOp
?.Abort();
1892
&&
_currentRenderOp
!= null)
1894
_currentRenderOp
.Abort();
2487
_currentRenderOp
?.Priority = DispatcherPriority.Input;
2493
_currentRenderOp
?.Priority = DispatcherPriority.Render;