2 references to GetCellDescent
System.Drawing.Common.Tests (2)
System\Drawing\FontFamilyTests.cs (2)
182Assert.Equal(514, fontFamily.GetCellDescent(style)); 261AssertExtensions.Throws<ArgumentException>(null, () => family.GetCellDescent(FontStyle.Italic));