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