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