2 writes to lfHeight
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
321
this.
lfHeight
= lf.lfHeight;
misc\GDI\WindowsFont.cs (1)
157
this.logFont.
lfHeight
= -pixelsY;
3 references to lfHeight
System.Windows.Forms (3)
misc\GDI\NativeMethods.cs (1)
321
this.lfHeight = lf.
lfHeight
;
misc\GDI\WindowsFont.cs (2)
501
return logFont.
lfHeight
;
540
int height = this.logFont.
lfHeight
> 0 ? tm.tmHeight : (tm.tmHeight - tm.tmInternalLeading);