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