6 references to LABEL
System.Messaging (6)
System\Messaging\Message.cs (1)
132
if (0 != (data & MessagePropertyFilter.
LABEL
))
System\Messaging\MessagePropertyFilter.cs (5)
630
return ((data1 &
LABEL
) != 0);
635
data1 = value ? data1 |
LABEL
: data1 & ~
LABEL
;
1089
LABEL
|
1116
LABEL
|