3 references to DATAGRIDVIEWCOMBOBOXCELL_createItemsFromDataSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
894return ((this.flags & DATAGRIDVIEWCOMBOBOXCELL_createItemsFromDataSource) != 0x00); 900this.flags |= (byte)DATAGRIDVIEWCOMBOBOXCELL_createItemsFromDataSource; 904this.flags = (byte)(this.flags & ~DATAGRIDVIEWCOMBOBOXCELL_createItemsFromDataSource);