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