3 references to SmallCaptionFont
System.Drawing.Common.Tests (2)
System\Drawing\SystemFontsTests.cs (2)
16
yield return new object[] { () => SystemFonts.
SmallCaptionFont
};
134
[(() => SystemFonts.
SmallCaptionFont
), nameof(SmallCaptionFont), SmallCaptionFont],
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\SystemParametersInfoWTests.cs (1)
28
AreEqual(SystemFonts.
SmallCaptionFont
!, smCaptionFont);