6 references to cElems
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (3)
2946return pages.Value->GetPages(&uuids).Succeeded && uuids.cElems > 0; 3014if (hr.Failed || pages.Value->GetPages(&uuids).Failed || uuids.cElems == 0) 3035uuids.cElems,
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (3)
35return hr.Succeeded && uuids.cElems > 0; 91if (!hr.Succeeded || uuids.cElems == 0) 108uuids.cElems,