5 references to SystemFonts
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
2171defaultFont = SystemFonts.DefaultFont;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
99sysFont = SystemFonts.MenuFont;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
39this.Font = SystemFonts.MessageBoxFont; 435this.Font = SystemFonts.MessageBoxFont;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
841this.Font = SystemFonts.MessageBoxFont;