5 references to FormattedValue
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
190object? formattedValue = _owner.FormattedValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
337if ((!EditingCellValueChanged && FormattedValue is CheckState checkState && checkState == CheckState.Indeterminate) || 343if ((!EditingCellValueChanged && FormattedValue is CheckState checkState2 && checkState2 == CheckState.Checked) || 349if ((!EditingCellValueChanged && FormattedValue is bool boolValue && boolValue) ||
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
63switch (Owner.FormattedValue)