3 references to VT_BYREF
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
1027
case NativeMethods.tagVT.
VT_BYREF
:
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4271
return 0 != (vt & (int)tagVT.
VT_BYREF
);
4547
case (int)tagVT.
VT_BYREF
: