13 writes to Group
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ListViewItem.cs (13)
195this.Group = group; 203this.Group = group; 211this.Group = group; 219this.Group = group; 227this.Group = group; 236this.Group = group; 244this.Group = group; 304this.Group = group; 312this.Group = group; 321this.Group = group; 329this.Group = group; 1012newItem.Group = this.Group; 1109this.Group = group;
8 references to Group
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListView.cs (4)
3351if (item.Group != null && Groups.Contains(item.Group)) { 3352return item.Group.ID; 3713if (item.Group == null) {
winforms\Managed\System\WinForms\ListViewGroupItemCollection.cs (1)
143ListViewGroup oldGroup = item.Group;
winforms\Managed\System\WinForms\ListViewItem.cs (3)
1012newItem.Group = this.Group; 1338if (this.Group != null) { 1339info.AddValue("Group", this.Group);