64 references to Style
System.Drawing (15)
commonui\System\Drawing\Advanced\Font.cs (9)
135si.AddValue("Style", Style); 622return(Style & FontStyle.Bold) != 0; 668return(Style & FontStyle.Italic) != 0; 707return(Style & FontStyle.Strikeout) != 0; 720return(Style & FontStyle.Underline) != 0; 751font.Style == this.Style && 1007float emHeightInPixels = lineSpacingInPixels * FontFamily.GetEmHeight(Style) / FontFamily.GetLineSpacing(Style);
commonui\System\Drawing\FontConverter.cs (5)
225if (font.Style != FontStyle.Regular){ 240if (font.Style != FontStyle.Regular){ 242args[nArg++] = styleHdr + font.Style.ToString("G"); 265else if (font.Style != FontStyle.Regular) { 279args[2] = font.Style; types[2] = typeof(FontStyle);
commonui\System\Drawing\SystemFonts.cs (1)
453return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
System.Web.DataVisualization (16)
Common\General\Axis.cs (9)
3680 this.LabelStyle.Font.Style, 3733this.LabelStyle.Font.Style, 3781autoLabelFont.Style, 3914autoLabelFont.Style, 3952autoLabelFont.Style, 4766this.LabelStyle.Font.Style, 4803autoLabelFont.Style, 5116currentAxis.autoLabelFont.Style, 5126autoLabelFont.Style,
Common\General\ChartArea.cs (1)
2598 this.AxisX.LabelStyle.Font.Style,
Common\General\Legend.cs (3)
595 this.Font.Style, 1016 this.Font.Style, 2827_font = _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1687 cellFont.Style,
Common\General\Title.cs (1)
1741(int)font.Style,
Common\Utilities\XmlSerializer.cs (1)
590 font.Style,
System.Windows.Forms (15)
misc\GDI\WindowsFont.cs (1)
244return new WindowsFont(familyName, font.SizeInPoints, font.Style, font.GdiCharSet, fontQuality);
winforms\Managed\System\WinForms\AxHost.cs (1)
4950f = new Font(f.Name, f.SizeInPoints, f.Style, GraphicsUnit.Point, f.GdiCharSet, f.GdiVerticalFont);
winforms\Managed\System\WinForms\Control.cs (3)
2584new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 2585new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style); 13433this.Font = new Font(local.FontFamily, local.Size * factor, local.Style, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031return new Font(font.FontFamily, font.SizeInPoints, font.Style, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\FontDialog.cs (2)
233result = new Font(result.FontFamily, MinSize, result.Style, GraphicsUnit.Point); 235result = new Font(result.FontFamily, MaxSize, result.Style, GraphicsUnit.Point);
winforms\Managed\System\WinForms\Form.cs (2)
5120new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) : 5121new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.Style);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
650Font alwaysUnderlined = new Font(Font, Font.Style | FontStyle.Underline);
winforms\Managed\System\WinForms\LinkUtilities.cs (3)
197FontStyle style = f.Style; 208FontStyle hoverStyle = f.Style; 218FontStyle linkStyle = f.Style;
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
754childItem.Font = new Font(local.FontFamily, local.Size * factor, local.Style,
System.Windows.Forms.DataVisualization (16)
Common\General\Axis.cs (9)
3680 this.LabelStyle.Font.Style, 3733this.LabelStyle.Font.Style, 3781autoLabelFont.Style, 3914autoLabelFont.Style, 3952autoLabelFont.Style, 4766this.LabelStyle.Font.Style, 4803autoLabelFont.Style, 5116currentAxis.autoLabelFont.Style, 5126autoLabelFont.Style,
Common\General\ChartArea.cs (1)
2598 this.AxisX.LabelStyle.Font.Style,
Common\General\Legend.cs (3)
595 this.Font.Style, 1016 this.Font.Style, 2827_font = _fontCache.GetFont(_font.FontFamily, 8, _font.Style); ;
Common\General\LegendColumns.cs (1)
1687 cellFont.Style,
Common\General\Title.cs (1)
1741(int)font.Style,
Common\Utilities\XmlSerializer.cs (1)
590 font.Style,
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
609using (Font font = new Font(designerTheme.Font, FontStyle.Underline | designerTheme.Font.Style))
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowLayouts.cs (1)
599using (Font headerFooterFont = new Font(ambientTheme.Font.FontFamily, ambientTheme.Font.Size / this.scaling, ambientTheme.Font.Style))