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