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