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