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