5 references to CellStateFromColumnRowStates
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
973cellState = CellStateFromColumnRowStates(rowState);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1768DataGridViewElementStates cellState = CellStateFromColumnRowStates(rowState);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
1543cellState = cell.CellStateFromColumnRowStates(rowState); 1633cellState = cell.CellStateFromColumnRowStates(rowState);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
2273if ((dataGridViewCell.State & ~(dataGridViewCell.CellStateFromColumnRowStates(_rowStates[index]))) != 0)