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)
55
return
_max
;
90
_max
> DispatcherPriority.Invalid &&
_max
<= DispatcherPriority.Send);
131
contains = (priority <=
_max
);
135
contains = (priority <
_max
);
166
if(priorityRange.Min >= _min && priorityRange.Min <
_max
)
180
if(priorityRange.Max > _min && priorityRange.Max <=
_max
)
212
priorityRange.
_max
== this.
_max
&&