2 references to Name
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
5013
f = new Font(oleFont.
Name
, (float)oleFont.Size/(float)10000, style, GraphicsUnit.Point, (byte)oleFont.Charset);
5017
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "Could not create font from: " + oleFont.
Name
+ ". " + e.Message);