3 references to lpvarValue
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
728
if (pVarDesc->varkind != VARKIND.VAR_CONST || pVarDesc->Anonymous.
lpvarValue
== null)
750
varValue = (*pVarDesc->Anonymous.
lpvarValue
).ToObject();
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
305
Assert.True(pVarDesc->Anonymous.
lpvarValue
is null);