6 references to DialogFont
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.Common (3)
System\Drawing\SystemFonts.cs (3)
23else if (nameof(DialogFont).Equals(systemFontName)) 25return DialogFont; 257dialogFont!.SetSystemFontName(nameof(DialogFont));