3 references to _foregroundPriorityRange
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
1691if(!_foregroundPriorityRange.Contains(priority) && 2239if(_foregroundPriorityRange.Contains(maxPriority) || backgroundProcessingOK) 2654if (_foregroundPriorityRange.Contains(priority))