3 writes to lfOutPrecision
System.Windows.Forms (3)
misc\GDI\NativeMethods.cs (1)
330
this.
lfOutPrecision
= lf.lfOutPrecision;
misc\GDI\WindowsFont.cs (2)
81
this.logFont.
lfOutPrecision
= IntNativeMethods.OUT_TT_ONLY_PRECIS; // True Type only.
160
this.logFont.
lfOutPrecision
= IntNativeMethods.OUT_TT_PRECIS;
1 reference to lfOutPrecision
System.Windows.Forms (1)
misc\GDI\NativeMethods.cs (1)
330
this.lfOutPrecision = lf.
lfOutPrecision
;