3 references to HasItems
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
826if ((this.HasItems || this.CreateItemsFromDataSource) && this.Items.Count > 0) 878if (this.HasItems && this.DataSource == null && this.Items.Count > 0) 1550if (this.HasItems && this.DataSource == null && this.Items.Count > 0)