15 references to Regular
System.Drawing.Common (9)
System\Drawing\Font.cs (4)
429
Initialize(family, emSize, FontStyle.
Regular
, unit, (byte)FONT_CHARSET.DEFAULT_CHARSET, false);
437
Initialize(family, emSize, FontStyle.
Regular
, GraphicsUnit.Point, (byte)FONT_CHARSET.DEFAULT_CHARSET, false);
461
Initialize(familyName, emSize, FontStyle.
Regular
, unit, (byte)FONT_CHARSET.DEFAULT_CHARSET, IsVerticalName(familyName));
469
Initialize(familyName, emSize, FontStyle.
Regular
, GraphicsUnit.Point, (byte)FONT_CHARSET.DEFAULT_CHARSET, IsVerticalName(familyName));
System\Drawing\FontConverter.cs (5)
75
if (font.Style != FontStyle.
Regular
)
102
else if (font.Style != FontStyle.
Regular
)
172
FontStyle fontStyle = FontStyle.
Regular
;
242
FontStyle validBits = FontStyle.
Regular
| FontStyle.Bold | FontStyle.Italic | FontStyle.Underline | FontStyle.Strikeout;
321
FontStyle style = FontStyle.
Regular
;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3761
FontStyle style = FontStyle.
Regular
;
System\Windows\Forms\Controls\Labels\FocusableLabel.cs (1)
52
Font = new Font(Font, FontStyle.
Regular
);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2172
FontStyle style = FontStyle.
Regular
;
System.Windows.Forms.Design (1)
System\Drawing\Design\FontNameEditor.cs (1)
17
FontStyle.
Regular
,
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
161
style = SD.FontStyle.
Regular
;
340
style = SD.FontStyle.
Regular
;