3 overrides of GetFormattedValue
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
552protected override object? GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
893protected override object? GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
350protected override object? GetFormattedValue(
19 references to GetFormattedValue
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
187GetFormattedValue( 256GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
1501return GetFormattedValue( 1510return GetFormattedValue( 1576return GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
239object? formattedValue = _owner.GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
593object? ret = base.GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
919return base.GetFormattedValue( 942return base.GetFormattedValue( 986return base.GetFormattedValue( 1024return base.GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
363object? formattedValue = base.GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (2)
430object? formattedValue = GetFormattedValue( 501object? formattedValue = GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
261object? formattedValue = GetFormattedValue(
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
266object? formattedValue = GetFormattedValue( 358object? formattedValue = GetFormattedValue(
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6562return base.GetFormattedValue(value, rowIndex, ref cellStyle, valueTypeConverter, formattedValueTypeConverter, context); 6610return base.GetFormattedValue(value, rowIndex, ref cellStyle, valueTypeConverter, formattedValueTypeConverter, context);