4 references to Byref
System.Private.Windows.Core (3)
Windows\Win32\System\Variant\VARIANT.cs (3)
81
if (
Byref
)
109
return ToObject(Type,
Byref
, data);
184
if (pVariant->
Byref
)
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\VARIANTTests.cs (1)
70
Assert.Equal(expected, variant.
Byref
);