4 references to MessageBoxFont
System.Drawing (1)
commonui\System\Drawing\SystemFonts.cs (1)
473
return
MessageBoxFont
;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
39
this.Font = SystemFonts.
MessageBoxFont
;
435
this.Font = SystemFonts.
MessageBoxFont
;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
841
this.Font = SystemFonts.
MessageBoxFont
;