3 references to FormatObject
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Binding.cs (1)
792return Formatter.FormatObject(value, type, fieldInfoConverter, propInfoConverter, formatString, formatInfo, nullValue, dsNullValue);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1910formattedValue = Formatter.FormatObject(formattedValue,
winforms\Managed\System\WinForms\ListControl.cs (1)
592return (string) Formatter.FormatObject(filteredItem, typeof(String), this.DisplayMemberConverter, stringTypeConverter, formatString, formatInfo, null, System.DBNull.Value);