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