11 references to ListViewItem
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListViewItem.cs (8)
120protected ListViewItem(SerializationInfo info, StreamingContext context) : this() { 135public ListViewItem(string text, int imageIndex) : this() { 151public ListViewItem(string[] items, int imageIndex) : this() { 177public ListViewItem(ListViewSubItem[] subItems, int imageIndex) : this() { 194public ListViewItem(ListViewGroup group) : this() { 251public ListViewItem(string text, string imageKey) : this() { 260public ListViewItem(string[] items, string imageKey) : this() { 286public ListViewItem(ListViewSubItem[] subItems, string imageKey) : this() {
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.cs (2)
150ListViewItem listViewItem = this.rulesListView.Items.Add(new ListViewItem()); 325ListViewItem listViewItem = this.rulesListView.Items.Add(new ListViewItem());
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
881ListViewItem listItem = new ListViewItem();