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