2 references to GetHeight
System.Drawing.Common.Tests (2)
System\Drawing\FontTests.cs (2)
491
float height = font.
GetHeight
();
550
AssertExtensions.Throws<ArgumentException>(null, () => font.
GetHeight
());