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