Base:
method
GetFormattedValue
System.Windows.Forms.DataGridViewCell.GetFormattedValue(System.Object, System.Int32, ref System.Windows.Forms.DataGridViewCellStyle, System.ComponentModel.TypeConverter, System.ComponentModel.TypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts)
2 references to GetFormattedValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
319object formattedValue = GetFormattedValue(value, rowIndex, ref cellStyle, null, null, DataGridViewDataErrorContexts.Formatting); 379object formattedValue = GetFormattedValue(value, rowIndex, ref cellStyle, null, null, DataGridViewDataErrorContexts.Formatting);