3 writes to groupName
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
510
this.
groupName
= null;
1112
this.
groupName
= null;
1289
this.
groupName
= group.Name;
2 references to groupName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1104
if (String.IsNullOrEmpty(this.
groupName
)) {
1108
ListViewGroup group = this.listView.Groups[this.
groupName
];