2 writes to lfWeight
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
325
this.
lfWeight
= lf.lfWeight;
misc\GDI\WindowsFont.cs (1)
162
this.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)
325
this.lfWeight = lf.
lfWeight
;
misc\GDI\WindowsFont.cs (1)
193
if (lf.
lfWeight
== IntNativeMethods.FW_BOLD)