5 references to new
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (3)
99
_subItems.Add(new
ListViewSubItem
(this, items[i]));
190
_subItems.Add(new
ListViewSubItem
(this, items[i]));
779
_subItems = [new
ListViewSubItem
(this, string.Empty)];
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (2)
120
ListViewSubItem item =
new
(_owner, text);
159
_owner._subItems.Add(new
ListViewSubItem
(_owner, item));