1 write to listView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
314this.listView = listView;
14 references to listView
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ListViewGroup.cs (14)
456group.ListViewInternal = this.listView; 458if (listView.IsHandleCreated) { 459listView.InsertGroupInListView(this.List.Count, group); 515if (item.ListView != null && item.ListView != this.listView) { 526if (listView.IsHandleCreated) { 528listView.RemoveGroupFromListView(this[i]); 540this.listView.UpdateGroupView(); 603group.ListViewInternal = this.listView; 605if (listView.IsHandleCreated) { 606listView.InsertGroupInListView(index, group); 620Debug.Assert(listView.IsHandleCreated, "MoveGroupItems pre-condition: listView handle must be created"); 623if (item.ListView == this.listView) { 637if (listView.IsHandleCreated) { 638listView.RemoveGroupFromListView(group);