5 references to IS_FIRST_IN_TRANSACTION
System.Messaging (5)
System\Messaging\Message.cs (1)
209if (0 != (data & MessagePropertyFilter.IS_FIRST_IN_TRANSACTION))
System\Messaging\MessagePropertyFilter.cs (4)
588return ((data2 & IS_FIRST_IN_TRANSACTION) != 0); 593data2 = value ? data2 | IS_FIRST_IN_TRANSACTION : data2 & ~IS_FIRST_IN_TRANSACTION; 1151IS_FIRST_IN_TRANSACTION |