4 references to lprgelemdescParam
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
648
Debug.Assert(functionDescription->
lprgelemdescParam
is not null, "ELEMDESC param is null!");
649
if (functionDescription->
lprgelemdescParam
is null || functionDescription->cParams != 1)
654
typeDescription = functionDescription->
lprgelemdescParam
->tdesc;
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
114
Assert.NotEqual(IntPtr.Zero, (IntPtr)pFuncDesc->
lprgelemdescParam
);