1 write to items
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
4064
this.
items
= items;
4 references to items
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (4)
4073
if (current <
items
.Count - 1) {
4078
current =
items
.Count;
4095
if (current == -1 || current ==
items
.Count) {
4099
return
items
[current];