5 references to CellStateFromColumnRowStates
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1206
cellState = this.
CellStateFromColumnRowStates
(rowState);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2009
DataGridViewElementStates cellState = this.
CellStateFromColumnRowStates
(rowState);
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
1640
cellState = cell.
CellStateFromColumnRowStates
(rowState);
1727
cellState = cell.
CellStateFromColumnRowStates
(rowState);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2388
if ((dataGridViewCell.State & ~(dataGridViewCell.
CellStateFromColumnRowStates
(this.rowStates[index]))) != 0)