11 references to GetNativeVariantForObject
mscorlib (4)
system\Runtime\InteropServices\ComEventsSink.cs (1)
223Marshal.GetNativeVariantForObject(result, pvarResult);
system\runtime\interopservices\marshal.cs (1)
2227GetNativeVariantForObject((object)obj, pDstNativeVariant);
system\Runtime\InteropServices\Variant.cs (2)
159Marshal.GetNativeVariantForObject(value, (IntPtr)(void*)&vArray); 240Marshal.GetNativeVariantForObject(value, this._typeUnion._unionTypes._byref);
System.Data (1)
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
206Marshal.GetNativeVariantForObject(value, buffer);
System.ServiceModel (2)
System\ServiceModel\ComIntegration\DispatchProxy.cs (2)
323Marshal.GetNativeVariantForObject(result, pVarResult); 512Marshal.GetNativeVariantForObject(val, var.ptr);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2961Marshal.GetNativeVariantForObject(((object) currentChild), GetAddressOfVariantAtIndex(rgvar, i));
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
1244Marshal.GetNativeVariantForObject(value, mem);
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
820Marshal.GetNativeVariantForObject(args[i], (IntPtr)(a + VariantSize * i));
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (1)
4057Marshal.GetNativeVariantForObject(args[i], (IntPtr)(a + VariantSize * i));