4 references to VT_BSTR
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
978
case NativeMethods.tagVT.
VT_BSTR
:
winforms\Managed\System\WinForms\NativeMethods.cs (3)
4280
if (this.vt == (int)tagVT.
VT_BSTR
&& this.data1 != IntPtr.Zero) {
4315
v.vt = (int)tagVT.
VT_BSTR
;
4490
case (int)tagVT.
VT_BSTR
: