10 references to SystemFonts
PresentationUI (3)
MS\Internal\Documents\DialogBaseForm.cs (1)
102
c.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)
1428
Font newSystemFont =
SystemFonts
.GetFontByName(s_defaultFont.SystemFontName)!;
System\Windows\Forms\Control.cs (2)
1653
s_defaultFont = Application.DefaultFont ??
SystemFonts
.MessageBoxFont;
12633
Font font =
SystemFonts
.MessageBoxFont!;
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
102
sysFont =
SystemFonts
.MenuFont;
System\Windows\Forms\Help\Help.cs (2)
88
Font font =
SystemFonts
.StatusFont ??
SystemFonts
.DefaultFont;