2 references to PROPID_M_PRIORITY
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationInputMessage.cs (1)
64this.priority = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY);
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
236this.priority = new ByteProperty(this, UnsafeNativeMethods.PROPID_M_PRIORITY, (byte)property.Priority.Value);