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)
264
_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)
730
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ComboBoxTests.cs (1)
1028
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ContainerControlTests.cs (1)
471
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ControlTests.Properties.cs (5)
5044
using var font2 = SystemFonts.
DialogFont
;
5115
using var font2 = SystemFonts.
DialogFont
;
5208
using var font2 = SystemFonts.
DialogFont
;
10719
Font font2 = SystemFonts.
DialogFont
;
10893
Font font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ListBoxTests.cs (1)
1221
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ListViewSubItemTests.cs (4)
238
Font = SystemFonts.
DialogFont
257
Font = SystemFonts.
DialogFont
295
Font = SystemFonts.
DialogFont
315
Font = SystemFonts.
DialogFont
System\Windows\Forms\PictureBoxTests.cs (1)
511
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ProgressBarTests.cs (1)
516
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\RichTextBoxTests.cs (1)
1658
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ScrollBarTests.cs (1)
524
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\SplitterTests.cs (1)
776
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ToolStripDropDownTests.cs (3)
1566
using var font2 = SystemFonts.
DialogFont
;
1617
using var font2 = SystemFonts.
DialogFont
;
1682
using var font2 = SystemFonts.
DialogFont
;
System\Windows\Forms\ToolStripTests.cs (3)
1482
using var font2 = SystemFonts.
DialogFont
;
1533
using var font2 = SystemFonts.
DialogFont
;
1598
using var font2 = SystemFonts.
DialogFont
;
TextBoxBaseTests.cs (1)
1142
using var font2 = SystemFonts.
DialogFont
;
TrackBarTests.cs (1)
665
using var font2 = SystemFonts.
DialogFont
;