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