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