14 references to Inactive
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
588else 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)
1392if(priority == DispatcherPriority.Inactive) 1694DispatcherPriority.Inactive != priority) // NOTE: should be Priority.Min 2237maxPriority != DispatcherPriority.Inactive) // Not processed. // NOTE: should be Priority.Min 2636priority != DispatcherPriority.Inactive)
Base\System\Windows\Threading\DispatcherTimer.cs (2)
251if(priority == DispatcherPriority.Inactive) 273DispatcherPriority.Inactive,
Base\System\Windows\Threading\PriorityRange.cs (3)
14public static readonly PriorityRange All = new PriorityRange(DispatcherPriority.Inactive, DispatcherPriority.Send, true); // NOTE: should be Priority 258if(min == DispatcherPriority.Inactive) 279if(max == DispatcherPriority.Inactive)