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(
17 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)
1490return GetFormattedValue( 1499return GetFormattedValue( 1565return 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(