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