2 references to ComboBoxItemOverflow
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2172
return insertIndex < 0 ? throw new OutOfMemoryException(SR.
ComboBoxItemOverflow
) : insertIndex;
2225
throw new OutOfMemoryException(SR.
ComboBoxItemOverflow
);