9 references to GdiCharSet
System.Drawing.Common (5)
System\Drawing\Font.cs (2)
246
&& font.
GdiCharSet
==
GdiCharSet
System\Drawing\FontConverter.cs (2)
94
else if (font.
GdiCharSet
!= (byte)FONT_CHARSET.DEFAULT_CHARSET)
129
args[4] = font.
GdiCharSet
;
System\Drawing\SystemFonts.cs (1)
264
return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.
GdiCharSet
, font.GdiVerticalFont);
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3709
: new(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.
GdiCharSet
, f.GdiVerticalFont);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2127
font.
GdiCharSet
,
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
92
lfCharSet = (FONT_CHARSET)font.
GdiCharSet
,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
27
templateFont.
GdiCharSet
,