6 references to Font
System.Drawing.Common (3)
System\Drawing\SystemFonts.cs (3)
175
defaultFont = new
Font
("Tahoma", 8);
200
defaultFont = new
Font
("Tahoma", 8);
238
dialogFont = new
Font
("MS Shell Dlg 2", 8);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ByteViewer.cs (2)
37
private static readonly Font s_addressFont =
new
("Microsoft Sans Serif", 8.0f);
38
private static readonly Font s_hexDumpFont =
new
("Courier New", 8.0f);
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
191
using Font drawFont =
new
("Arial", 8);