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