3 references to GetHeight
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
132public int Height => (int)Math.Ceiling(GetHeight());
System.Drawing.Common.Tests (2)
System\Drawing\FontTests.cs (2)
491float height = font.GetHeight(); 550AssertExtensions.Throws<ArgumentException>(null, () => font.GetHeight());