16 references to GdiCharSet
System.Drawing (5)
commonui\System\Drawing\Advanced\Font.cs (2)
750
font.
GdiCharSet
== this.
GdiCharSet
&&
commonui\System\Drawing\FontConverter.cs (2)
259
else if (font.
GdiCharSet
!= SafeNativeMethods.DEFAULT_CHARSET) {
287
args[4] = font.
GdiCharSet
; types[4] = typeof(byte);
commonui\System\Drawing\SystemFonts.cs (1)
453
return 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)
244
return new WindowsFont(familyName, font.SizeInPoints, font.Style, font.
GdiCharSet
, fontQuality);
winforms\Managed\System\WinForms\AxHost.cs (1)
4950
f = new Font(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.
GdiCharSet
, f.GdiVerticalFont);
winforms\Managed\System\WinForms\Control.cs (2)
2584
new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.
GdiCharSet
, this.Font.GdiVerticalFont) :
13433
this.Font = new Font(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.
GdiCharSet
, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031
return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.
GdiCharSet
, font.GdiVerticalFont);
winforms\Managed\System\WinForms\Form.cs (1)
5120
new 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)
755
local.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);