1 write to
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
439this[index] = (ListViewGroup)value;
9 references to
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (1)
4301InsertGroupNative(index,groups[index]);
winforms\Managed\System\WinForms\ListViewGroup.cs (8)
402if (String.Compare(key, this[i].Name, false /*case insensitive*/, System.Globalization.CultureInfo.CurrentCulture) == 0) { 403return this[i]; 417if (String.Compare(key, this[i].Name, false /*case insensitive*/, System.Globalization.CultureInfo.CurrentCulture) ==0) { 434return this[index]; 508Add(groups[i]); 528listView.RemoveGroupFromListView(this[i]); 534this[i].ListViewInternal = null; 656Remove(this[index]);