Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
826if ((this.HasItems || this.CreateItemsFromDataSource) && this.Items.Count > 0) 878if (this.HasItems && this.DataSource == null && this.Items.Count > 0) 1225if (this.Items.Count > 0) 1550if (this.HasItems && this.DataSource == null && this.Items.Count > 0)