4 writes to group
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (2)
145item.group = newGroup; 158item.group = null;
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1203group = null; 1206group = lvg;
7 references to group
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
157if (item.group == this.group) {
winforms\Managed\System\WinForms\ListViewItem.cs (6)
495return group; 499if (group != value) { 504group.Items.Remove(this); 507Debug.Assert(this.group == value, "BUG: group member variable wasn't updated!"); 1224if (this.listView != null && (this.listView.Site == null || !this.listView.Site.DesignMode) && this.group != null) { 1225this.group.Items.Remove(this);