1 write to _list
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (1)
34
private List<ListViewGroup> List =>
_list
??= [];
5 references to _list
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (5)
58
if (
_list
is null)
63
for (int i = 0; i <
_list
.Count; i++)
77
if (
_list
is null)
84
for (int i = 0; i <
_list
.Count; i++)
95
_list
[index] = value;