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