10 references to SystemFonts
PresentationUI (3)
MS\Internal\Documents\DialogBaseForm.cs (1)
102c.Font = System.Drawing.SystemFonts.DialogFont;
MS\Internal\Documents\SigningDialog.cs (2)
261_signerlabel.Font = new Font(System.Drawing.SystemFonts.DialogFont, System.Drawing.SystemFonts.DialogFont.Style | FontStyle.Bold);
System.Drawing (1)
System.Drawing.cs (1)
156[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.SystemFonts))]
System.Windows.Forms (6)
System\Windows\Forms\Application.cs (1)
1428Font newSystemFont = SystemFonts.GetFontByName(s_defaultFont.SystemFontName)!;
System\Windows\Forms\Control.cs (2)
1653s_defaultFont = Application.DefaultFont ?? SystemFonts.MessageBoxFont; 12633Font font = SystemFonts.MessageBoxFont!;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
102sysFont = SystemFonts.MenuFont;
System\Windows\Forms\Help\Help.cs (2)
88Font font = SystemFonts.StatusFont ?? SystemFonts.DefaultFont;