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