1 write to _listView
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (1)
21_listView = listView;
16 references to _listView
System.Windows.Forms (16)
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (16)
49value.ListView = _listView; 123group.ListView = _listView; 125if (_listView.IsHandleCreated) 127_listView.InsertGroupInListView(List.Count, group); 178if (item.ListView is not null && item.ListView != _listView) 187if (_listView.IsHandleCreated) 191_listView.RemoveGroupFromListView(this[i]); 206_listView.UpdateGroupView(); 248group.ListView = _listView; 250if (_listView.IsHandleCreated) 252_listView.InsertGroupInListView(index, group); 267Debug.Assert(_listView.IsHandleCreated, "MoveGroupItems pre-condition: listView handle must be created"); 271if (item.ListView == _listView) 288if (_listView.IsHandleCreated) 290_listView.RemoveGroupFromListView(group); 306if (_listView.VirtualMode)