2 writes to bCharSet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2764
bCharSet
= (byte)logFont.lfCharSet,
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
4741
bCharSet
= 2
1 reference to bCharSet
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2204
return new Font(cf.FaceName.ToString(), fontSize, style, GraphicsUnit.Point, cf.
bCharSet
);