1 write to tmHeight
System.Windows.Forms (1)
misc\GDI\UnsafeNativeMethods.cs (1)
605lptm.tmHeight = lptmA.tmHeight;
3 references to tmHeight
System.Windows.Forms (3)
misc\GDI\WindowsFont.cs (3)
474this.lineSpacing = tm.tmHeight; 540int height = this.logFont.lfHeight > 0 ? tm.tmHeight : (tm.tmHeight - tm.tmInternalLeading);