Implemented interface member:
method
Contains
System.Collections.IList.Contains(System.Object)
2 references to Contains
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1209if (!this.Items.Contains(value) && 1747if (item == null && this.Items.Contains(key))