3 instantiations of VARIANT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
7436NativeMethods.VARIANT var = new NativeMethods.VARIANT();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
275NativeMethods.VARIANT var = new NativeMethods.VARIANT();
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4293VARIANT v = new VARIANT();
8 references to VARIANT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (1)
7436NativeMethods.VARIANT var = new NativeMethods.VARIANT();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (1)
275NativeMethods.VARIANT var = new NativeMethods.VARIANT();
winforms\Managed\System\WinForms\NativeMethods.cs (6)
4174VARIANT pVarOut); 4292public static VARIANT FromObject(Object var) { 4293VARIANT v = new VARIANT(); 4514VARIANT varStruct = (VARIANT)UnsafeNativeMethods.PtrToStructure(val, typeof(VARIANT));