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