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