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