Base:
method
ToString
System.Object.ToString()
3 references to ToString
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
4931Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "Failed to create IFrom from font: " + font.ToString());
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
859sb.Append(" Font=" + this.Font.ToString());
winforms\Managed\System\WinForms\FontDialog.cs (1)
666return s + ", Font: " + Font.ToString();