1 write to Name
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
254Name = (string) entry.Value;
5 references to Name
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListViewGroup.cs (4)
288if (!String.IsNullOrEmpty(this.Name)) { 289info.AddValue("Name", this.Name); 402if (String.Compare(key, this[i].Name, false /*case insensitive*/, System.Globalization.CultureInfo.CurrentCulture) == 0) { 417if (String.Compare(key, this[i].Name, false /*case insensitive*/, System.Globalization.CultureInfo.CurrentCulture) ==0) {
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1289this.groupName = group.Name;