1 write to items
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
3775this.items = items;
4 references to items
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (4)
3784if (current < items.Count - 1) { 3789current = items.Count; 3806if (current == -1 || current == items.Count) { 3810return items[current];