1 write to lfCharSet
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
92lfCharSet = (FONT_CHARSET)font.GdiCharSet,
5 references to lfCharSet
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3616sCharset = (short)logfont.lfCharSet,
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
43sCharset = (short)logFont.lfCharSet,
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
161if (target->Charset != (short)logfont.lfCharSet) 163target->Charset = (short)logfont.lfCharSet;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2750bCharSet = (byte)logFont.lfCharSet,