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