7 references to tdesc
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (3)
644typeDescription = functionDescription->elemdescFunc.tdesc; 654typeDescription = functionDescription->lprgelemdescParam->tdesc; 855pVarDesc->elemdescVar.tdesc,
System.Windows.Forms.Primitives.Tests (4)
Interop\Oleaut32\ITypeInfoTests.cs (4)
122Assert.Equal(VARENUM.VT_VOID, pFuncDesc->elemdescFunc.tdesc.vt); 123Assert.True(pFuncDesc->elemdescFunc.tdesc.Anonymous.lpadesc is null); 306Assert.Equal(VARENUM.VT_USERDEFINED, pVarDesc->elemdescVar.tdesc.vt); 307Assert.False(pVarDesc->elemdescVar.tdesc.Anonymous.lpadesc is null);