3 writes to Name
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (2)
56
Name
= key;
393
Name
= (string)entry.Value!;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditor.cs (1)
30
group.
Name
= CreateListViewGroupName((ListViewGroupCollection)_editValue);
6 references to Name
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (3)
479
if (!string.IsNullOrEmpty(
Name
))
481
info.AddValue(nameof(
Name
),
Name
);
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (2)
65
if (string.Equals(key, this[i].
Name
, StringComparison.CurrentCulture))
86
if (string.Equals(key, this[i].
Name
, StringComparison.CurrentCulture))
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1235
_groupName = group.
Name
;