2 references to GetCellAscent
System.Drawing.Common.Tests (2)
System\Drawing\FontFamilyTests.cs (2)
181Assert.Equal(1884, fontFamily.GetCellAscent(style)); 249AssertExtensions.Throws<ArgumentException>(null, () => family.GetCellAscent(FontStyle.Italic));