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