9 references to GdiCharSet
System.Drawing.Common (5)
System\Drawing\Font.cs (2)
246&& font.GdiCharSet == GdiCharSet
System\Drawing\FontConverter.cs (2)
94else if (font.GdiCharSet != (byte)FONT_CHARSET.DEFAULT_CHARSET) 129args[4] = font.GdiCharSet;
System\Drawing\SystemFonts.cs (1)
264return 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)
2127font.GdiCharSet,
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
92lfCharSet = (FONT_CHARSET)font.GdiCharSet,
System.Windows.Forms.Primitives (1)
System\Windows\Forms\FontExtensions.cs (1)
27templateFont.GdiCharSet,