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