5 references to PRIORITY
System.Messaging (5)
System\Messaging\Message.cs (1)
213
if (0 != (data & MessagePropertyFilter.
PRIORITY
))
System\Messaging\MessagePropertyFilter.cs (4)
700
return ((data2 &
PRIORITY
) != 0);
705
data2 = value ? data2 |
PRIORITY
: data2 & ~
PRIORITY
;
1138
PRIORITY
|