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