2 writes to lfWeight
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
325this.lfWeight = lf.lfWeight;
misc\GDI\WindowsFont.cs (1)
162this.logFont.lfWeight = (style & FontStyle.Bold) == FontStyle.Bold ? IntNativeMethods.FW_BOLD : IntNativeMethods.FW_NORMAL;
2 references to lfWeight
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
325this.lfWeight = lf.lfWeight;
misc\GDI\WindowsFont.cs (1)
193if (lf.lfWeight == IntNativeMethods.FW_BOLD)