1 write to list
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListViewGroup.cs (1)
366
list
= new ArrayList();
7 references to list
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListViewGroup.cs (7)
365
if (
list
== null) {
368
return
list
;
397
if (
list
== null) {
401
for (int i = 0; i <
list
.Count; i ++) {
412
if (this.
list
== null) {
416
for (int i = 0; i < this.
list
.Count; i ++) {
424
this.
list
[index] = value;