3 overrides of GetFormattedValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
552
protected override object?
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
893
protected override object?
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
350
protected override object?
GetFormattedValue
(
17 references to GetFormattedValue
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
187
GetFormattedValue
(
256
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
1490
return
GetFormattedValue
(
1499
return
GetFormattedValue
(
1565
return
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
239
object? formattedValue = _owner.
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
593
object? ret = base.
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
919
return base.
GetFormattedValue
(
942
return base.
GetFormattedValue
(
986
return base.
GetFormattedValue
(
1024
return base.
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
363
object? formattedValue = base.
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (2)
430
object? formattedValue =
GetFormattedValue
(
501
object? formattedValue =
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
261
object? formattedValue =
GetFormattedValue
(
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
266
object? formattedValue =
GetFormattedValue
(
358
object? formattedValue =
GetFormattedValue
(