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