29 references to DialogFont
PresentationUI (3)
MS\Internal\Documents\DialogBaseForm.cs (1)
103
c.Font = System.Drawing.SystemFonts.
DialogFont
;
MS\Internal\Documents\SigningDialog.cs (2)
262
_signerlabel.Font = new Font(System.Drawing.SystemFonts.
DialogFont
, System.Drawing.SystemFonts.
DialogFont
.Style | FontStyle.Bold);
System.Windows.Forms.Tests (26)
System\Windows\Forms\ButtonTests.cs (1)
732
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ComboBoxTests.cs (1)
1030
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ContainerControlTests.cs (1)
473
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ControlTests.Properties.cs (5)
5046
using var font2 = SystemFonts.
DialogFont
;
5117
using var font2 = SystemFonts.
DialogFont
;
5210
using var font2 = SystemFonts.
DialogFont
;
10721
Font font2 = SystemFonts.
DialogFont
;
10895
Font font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ListBoxTests.cs (1)
1223
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ListViewSubItemTests.cs (4)
239
Font = SystemFonts.
DialogFont
258
Font = SystemFonts.
DialogFont
296
Font = SystemFonts.
DialogFont
316
Font = SystemFonts.
DialogFont
System\Windows\Forms\PictureBoxTests.cs (1)
513
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ProgressBarTests.cs (1)
518
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\RichTextBoxTests.cs (1)
1660
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ScrollBarTests.cs (1)
526
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\SplitterTests.cs (1)
778
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1568
using var font2 = SystemFonts.
DialogFont
;
1619
using var font2 = SystemFonts.
DialogFont
;
1684
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ToolStripTests.cs (3)
1484
using var font2 = SystemFonts.
DialogFont
;
1535
using var font2 = SystemFonts.
DialogFont
;
1600
using var font2 = SystemFonts.
DialogFont
;
TextBoxBaseTests.cs (1)
1144
using var font2 = SystemFonts.
DialogFont
;
TrackBarTests.cs (1)
667
using var font2 = SystemFonts.
DialogFont
;