12 references to DEFAULT_CHARSET
System.Drawing (12)
commonui\System\Drawing\Advanced\Font.cs (11)
47
byte gdiCharSet = SafeNativeMethods.
DEFAULT_CHARSET
;
121
Initialize(name, size, style, unit, SafeNativeMethods.
DEFAULT_CHARSET
, IsVerticalName(name));
153
Initialize(prototype.FontFamily, prototype.Size, newStyle, prototype.Unit, SafeNativeMethods.
DEFAULT_CHARSET
, false);
164
Initialize(family, emSize, style, unit, SafeNativeMethods.
DEFAULT_CHARSET
, false);
224
Initialize(family, emSize, style, GraphicsUnit.Point, SafeNativeMethods.
DEFAULT_CHARSET
, false);
235
Initialize(family, emSize, FontStyle.Regular, unit, SafeNativeMethods.
DEFAULT_CHARSET
, false);
246
Initialize(family, emSize, FontStyle.Regular, GraphicsUnit.Point, SafeNativeMethods.
DEFAULT_CHARSET
, false);
257
Initialize(familyName, emSize, style, unit, SafeNativeMethods.
DEFAULT_CHARSET
, IsVerticalName(familyName));
271
Initialize(familyName, emSize, style, GraphicsUnit.Point, SafeNativeMethods.
DEFAULT_CHARSET
, IsVerticalName(familyName));
282
Initialize(familyName, emSize, FontStyle.Regular, unit, SafeNativeMethods.
DEFAULT_CHARSET
, IsVerticalName(familyName));
293
Initialize(familyName, emSize, FontStyle.Regular, GraphicsUnit.Point, SafeNativeMethods.
DEFAULT_CHARSET
, IsVerticalName(familyName));
commonui\System\Drawing\FontConverter.cs (1)
259
else if (font.GdiCharSet != SafeNativeMethods.
DEFAULT_CHARSET
) {