1 write to listView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
314
this.
listView
= listView;
14 references to listView
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ListViewGroup.cs (14)
456
group.ListViewInternal = this.
listView
;
458
if (
listView
.IsHandleCreated) {
459
listView
.InsertGroupInListView(this.List.Count, group);
515
if (item.ListView != null && item.ListView != this.
listView
) {
526
if (
listView
.IsHandleCreated) {
528
listView
.RemoveGroupFromListView(this[i]);
540
this.
listView
.UpdateGroupView();
603
group.ListViewInternal = this.
listView
;
605
if (
listView
.IsHandleCreated) {
606
listView
.InsertGroupInListView(index, group);
620
Debug.Assert(
listView
.IsHandleCreated, "MoveGroupItems pre-condition: listView handle must be created");
623
if (item.ListView == this.
listView
) {
637
if (
listView
.IsHandleCreated) {
638
listView
.RemoveGroupFromListView(group);