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