13 references to List
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ListViewGroup.cs (13)
325
return this.
List
.Count;
379
return (ListViewGroup)this.
List
[index];
383
if (this.
List
.Contains(value)) {
386
this.
List
[index] = value;
457
int index = this.
List
.Add(group);
459
listView.InsertGroupInListView(this.
List
.Count, group);
536
this.
List
.Clear();
548
return this.
List
.Contains(value);
566
this.
List
.CopyTo(array, index);
575
return this.
List
.GetEnumerator();
583
return this.
List
.IndexOf(value);
604
this.
List
.Insert(index, group);
635
this.
List
.Remove(group);