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