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