5 references to AddItem
System.Messaging (5)
System\Messaging\Interop\Restrictions.cs (5)
37this.AddItem(propertyId, op, MessagePropertyVariants.VT_CLSID, data); 43this.AddItem(propertyId, op, MessagePropertyVariants.VT_CLSID, data); 61this.AddItem(propertyId, op, MessagePropertyVariants.VT_I4, (IntPtr)value); 67this.AddItem(propertyId, op, MessagePropertyVariants.VT_NULL, (IntPtr)0); 71this.AddItem(propertyId, op, MessagePropertyVariants.VT_LPWSTR, data);