Implemented interface member:
6 references to
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
853
strings[i] = GetItemText(Items
[
i])!;
917
return (index == -1) ? null : Items
[
index];
3029
Items.SetItemInternal(index, Items
[
index]!);
3415
object? item = Items
[
SelectedIndex];
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
839
if (type == ((ComboBoxItem)_columnTypesCombo.Items
[
i]!).ColumnType)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
681
if (box.Items
[
e.Index] is not TypeListItem typeListItem)