1 write to lfCharSet
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3682
this.
lfCharSet
= lf.lfCharSet;
7 references to lfCharSet
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4885
fdesc.sCharset = logfont.
lfCharSet
;
winforms\Managed\System\WinForms\Control.cs (1)
18964
fontDesc.sCharset = logFont.
lfCharSet
;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2108
if (fontCharset != logfont.
lfCharSet
) {
2109
target.SetCharset(logfont.
lfCharSet
);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3682
this.lfCharSet = lf.
lfCharSet
;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2909
cfA.bCharSet = logfont.
lfCharSet
;
2923
cfW.bCharSet = logfont.
lfCharSet
;