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