4 references to ListEnumCurrentOutOfRange
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.EntryEnumerator.cs (1)
64
throw new InvalidOperationException(SR.
ListEnumCurrentOutOfRange
);
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.CustomTabOffsetsEnumerator.cs (1)
64
throw new InvalidOperationException(SR.
ListEnumCurrentOutOfRange
);
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.SelectedIndexEnumerator.cs (1)
64
throw new InvalidOperationException(SR.
ListEnumCurrentOutOfRange
);
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (1)
97
throw new InvalidOperationException(SR.
ListEnumCurrentOutOfRange
);