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
(
19 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)
1501
return
GetFormattedValue
(
1510
return
GetFormattedValue
(
1576
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
(
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6562
return base.
GetFormattedValue
(value, rowIndex, ref cellStyle, valueTypeConverter, formattedValueTypeConverter, context);
6610
return base.
GetFormattedValue
(value, rowIndex, ref cellStyle, valueTypeConverter, formattedValueTypeConverter, context);