7 references to StatusFont
System.Drawing.Common.Tests (2)
System\Drawing\SystemFontsTests.cs (2)
17
yield return new object[] { () => SystemFonts.
StatusFont
};
135
[(() => SystemFonts.
StatusFont
), nameof(StatusFont), StatusFont]
System.Windows.Forms (1)
System\Windows\Forms\Help\Help.cs (1)
88
Font font = SystemFonts.
StatusFont
?? SystemFonts.DefaultFont;
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\SystemParametersInfoWTests.cs (1)
31
AreEqual(SystemFonts.
StatusFont
!, statusFont);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Properties.cs (1)
10954
Font controlFont = SystemFonts.
StatusFont
;
System\Windows\Forms\ListViewSubItemTests.cs (2)
31
yield return new object[] { new ListViewItem() { BackColor = Color.Yellow, ForeColor = Color.Yellow, Font = SystemFonts.
StatusFont
}, "reasonable", "reasonable" };
58
yield return new object[] { new ListViewItem() { BackColor = Color.Yellow, ForeColor = Color.Yellow, Font = SystemFonts.
StatusFont
}, string.Empty, Color.Red, Color.Blue, SystemFonts.MenuFont, Color.Red, Color.Blue, string.Empty };