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