20 references to Regular
System.Drawing (11)
commonui\System\Drawing\Advanced\Font.cs (6)
93
FontStyle style = FontStyle.
Regular
;
235
Initialize(family, emSize, FontStyle.
Regular
, unit, SafeNativeMethods.DEFAULT_CHARSET, false);
246
Initialize(family, emSize, FontStyle.
Regular
, GraphicsUnit.Point, SafeNativeMethods.DEFAULT_CHARSET, false);
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));
310
FontStyle style = FontStyle.
Regular
;
commonui\System\Drawing\FontConverter.cs (5)
103
FontStyle style = FontStyle.
Regular
;
170
FontStyle validBits = FontStyle.
Regular
| FontStyle.Bold | FontStyle.Italic | FontStyle.Underline | FontStyle.Strikeout;
225
if (font.Style != FontStyle.
Regular
){
240
if (font.Style != FontStyle.
Regular
){
265
else if (font.Style != FontStyle.
Regular
) {
System.Web.DataVisualization (1)
Common\General\Chart.cs (1)
4267
FontStyle _style = FontStyle.
Regular
;
System.Web.Mobile (1)
UI\MobileControls\Design\Util\ImageCreator.cs (1)
72
Font normalFont = new Font(_fontFamily, 8, FontStyle.
Regular
),
System.Windows.Forms (5)
misc\GDI\WindowsFont.cs (3)
107
this(faceName, defaultFontSize, FontStyle.
Regular
, IntNativeMethods.DEFAULT_CHARSET, WindowsFontQuality.Default)
118
this(faceName, size, FontStyle.
Regular
, IntNativeMethods.DEFAULT_CHARSET, WindowsFontQuality.Default)
192
this.style = FontStyle.
Regular
;
winforms\Managed\System\WinForms\AxHost.cs (1)
4994
FontStyle style = FontStyle.
Regular
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2299
FontStyle style = FontStyle.
Regular
;
System.Windows.Forms.DataVisualization (1)
Common\General\Chart.cs (1)
4267
FontStyle _style = FontStyle.
Regular
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (1)
212
using (Font font = new Font(e.DesignerTheme.Font.FontFamily, e.DesignerTheme.Font.SizeInPoints + 1.0f, (this.AssociatedDesigner.SmartTagVisible) ? FontStyle.Bold : FontStyle.
Regular
))