4 references to EditedFormattedValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (4)
1815if (((DataGridViewCheckBoxCell)Owner).EditedFormattedValue is CheckState) 1817CheckState state = (CheckState)(((DataGridViewCheckBoxCell)Owner).EditedFormattedValue); 1826else if (((DataGridViewCheckBoxCell)Owner).EditedFormattedValue is Boolean) 1828Boolean state = (Boolean)(((DataGridViewCheckBoxCell)Owner).EditedFormattedValue);