1 write to group
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
21this.group = group;
10 references to group
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (10)
45if (this.group.ListView != null) { 46return group.ListView.VirtualMode; 55if (this.group.ListView != null) { 56ISite s = group.ListView.Site; 72MoveToGroup((ListViewItem)Items[index], this.group); 80MoveToGroup(value, this.group); 93MoveToGroup(items[i], this.group); 101if (item.ListView != null && item.ListView != this.group.ListView) { 136MoveToGroup(item, this.group); 157if (item.group == this.group) {