1 write to list
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingsCollection.cs (1)
50
list
= new ArrayList();
3 references to list
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingsCollection.cs (3)
33
if (
list
== null) {
49
if (
list
== null)
51
return
list
;