16 references to GdiCharSet
System.Drawing (5)
commonui\System\Drawing\Advanced\Font.cs (2)
750font.GdiCharSet == this.GdiCharSet &&
commonui\System\Drawing\FontConverter.cs (2)
259else if (font.GdiCharSet != SafeNativeMethods.DEFAULT_CHARSET) { 287args[4] = font.GdiCharSet; types[4] = typeof(byte);
commonui\System\Drawing\SystemFonts.cs (1)
453return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Web.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
527 if(font.GdiCharSet != 1) 529 fontData += ", GdiCharSet=" + font.GdiCharSet.ToString(System.Globalization.CultureInfo.InvariantCulture);
System.Windows.Forms (7)
misc\GDI\WindowsFont.cs (1)
244return new WindowsFont(familyName, font.SizeInPoints, font.Style, font.GdiCharSet, fontQuality);
winforms\Managed\System\WinForms\AxHost.cs (1)
4950f = new Font(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.GdiCharSet, f.GdiVerticalFont);
winforms\Managed\System\WinForms\Control.cs (2)
2584new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 13433this.Font = new Font(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\Form.cs (1)
5120new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
755local.Unit, local.GdiCharSet, local.GdiVerticalFont);
System.Windows.Forms.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
527 if(font.GdiCharSet != 1) 529 fontData += ", GdiCharSet=" + font.GdiCharSet.ToString(System.Globalization.CultureInfo.InvariantCulture);