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