2 references to MESSAGE_TRACE_NONE
System.Messaging (2)
System\Messaging\Message.cs (2)
2062
return (properties.GetUI1(NativeMethods.MESSAGE_PROPID_TRACE) != NativeMethods.
MESSAGE_TRACE_NONE
);
2078
properties.SetUI1(NativeMethods.MESSAGE_PROPID_TRACE, (byte)NativeMethods.
MESSAGE_TRACE_NONE
);