4 references to lptdesc
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
339Debug.Assert(typeDesc.Anonymous.lptdesc is not null, "typeDesc doesn't contain an refTypeDesc!"); 340if (typeDesc.Anonymous.lptdesc->vt == VT_VARIANT) 342return VTToType(typeDesc.Anonymous.lptdesc->vt); 345hreftype = typeDesc.Anonymous.lptdesc->Anonymous.hreftype;