3 references to ListViewSubItem
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
974
clonedSubItems[index] = new
ListViewSubItem
(null,
1851
ListViewSubItem item = new
ListViewSubItem
(owner, text, foreColor, backColor, font);
1897
owner.subItems[owner.SubItemCount++] = new
ListViewSubItem
(owner, item, foreColor, backColor, font);