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