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