1 write to items
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
2872
this.
items
= items;
8 references to items
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListBox.cs (8)
2883
if(version !=
items
.version) throw new InvalidOperationException(SR.GetString(SR.ListEnumVersionMismatch));
2886
if (current <
items
.count - 1) {
2889
if ((
items
.entries[current].state & state) != 0) {
2894
if ((
items
.entries[current].state & state) == state) {
2900
current =
items
.count;
2910
if(version !=
items
.version) throw new InvalidOperationException(SR.GetString(SR.ListEnumVersionMismatch));
2919
if (current == -1 || current ==
items
.count) {
2923
return
items
.entries[current].item;