1 instantiation of ListItem
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
49int n = _itemList.Items.Add(new ListItem(all[i]));
2 references to ListItem
System.Windows.Forms (2)
System\Windows\Forms\MDI\MDIWindowDialog.cs (2)
68ListItem? item = (ListItem?)_itemList.SelectedItem;