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