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