2 writes to _max
WindowsBase (2)
Base\System\Windows\Threading\PriorityRange.cs (2)
291_max = max; 300_max = max;
9 references to _max
WindowsBase (9)
Base\System\Windows\Threading\PriorityRange.cs (9)
55return _max; 90_max > DispatcherPriority.Invalid && _max <= DispatcherPriority.Send); 131contains = (priority <= _max); 135contains = (priority < _max); 166if(priorityRange.Min >= _min && priorityRange.Min < _max) 180if(priorityRange.Max > _min && priorityRange.Max <= _max) 212priorityRange._max == this._max &&