14 references to Inactive
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
588
else if (_hitTestInvalidatedAsyncOperation.Priority == DispatcherPriority.
Inactive
)
640
_hitTestInvalidatedAsyncOperation = Dispatcher.BeginInvoke(DispatcherPriority.
Inactive
,
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
623
_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.
Inactive
, _animRenderMessage, null);
636
_currentRenderOp = Dispatcher.BeginInvoke(DispatcherPriority.
Inactive
, _animRenderMessage, null);
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1831
_makeVisibleDispatcher = Dispatcher.BeginInvoke(DispatcherPriority.
Inactive
,
WindowsBase (9)
Base\System\Windows\Threading\Dispatcher.cs (4)
1392
if(priority == DispatcherPriority.
Inactive
)
1694
DispatcherPriority.
Inactive
!= priority) // NOTE: should be Priority.Min
2237
maxPriority != DispatcherPriority.
Inactive
) // Not processed. // NOTE: should be Priority.Min
2636
priority != DispatcherPriority.
Inactive
)
Base\System\Windows\Threading\DispatcherTimer.cs (2)
251
if(priority == DispatcherPriority.
Inactive
)
273
DispatcherPriority.
Inactive
,
Base\System\Windows\Threading\PriorityRange.cs (3)
14
public static readonly PriorityRange All = new PriorityRange(DispatcherPriority.
Inactive
, DispatcherPriority.Send, true); // NOTE: should be Priority
258
if(min == DispatcherPriority.
Inactive
)
279
if(max == DispatcherPriority.
Inactive
)