1 write to lfWeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3678this.lfWeight = lf.lfWeight;
7 references to lfWeight
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4884fdesc.sWeight = (short) logfont.lfWeight;
winforms\Managed\System\WinForms\Control.cs (1)
18963fontDesc.sWeight = (short)logFont.lfWeight;
winforms\Managed\System\WinForms\ControlPaint.cs (4)
2078if (fontWeight != logfont.lfWeight) { 2079target.SetWeight((short)logfont.lfWeight); 2084if (fontBold != (logfont.lfWeight >= 700)) { 2085target.SetBold(logfont.lfWeight >= 700);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3678this.lfWeight = lf.lfWeight;