5 references to VT_I4
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (3)
154variantTypes[propertyId - basePropertyId] = VT_I4; 328else if (vt == VT_UI4 || vt == VT_I4) 422else if (vt == VT_UI4 || vt == VT_I4)
System\Messaging\Interop\Restrictions.cs (2)
61this.AddItem(propertyId, op, MessagePropertyVariants.VT_I4, (IntPtr)value); 101if (vt != MessagePropertyVariants.VT_I4)