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