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