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