3 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;