4 references to ListViewItem
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
144public ListViewItem(string[] items) : this(items, -1) { 167public ListViewItem(string[] items, int imageIndex, Color foreColor, Color backColor, Font font) : this(items, imageIndex) { 226public ListViewItem(string[] items, int imageIndex, ListViewGroup group) : this(items, imageIndex) {
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
73ListViewItem listViewItem = new ListViewItem(listViewItemData, -1);