64 references to Style
System.Drawing (15)
commonui\System\Drawing\Advanced\Font.cs (9)
135
si.AddValue("Style",
Style
);
622
return(
Style
& FontStyle.Bold) != 0;
668
return(
Style
& FontStyle.Italic) != 0;
707
return(
Style
& FontStyle.Strikeout) != 0;
720
return(
Style
& FontStyle.Underline) != 0;
751
font.
Style
== this.
Style
&&
1007
float emHeightInPixels = lineSpacingInPixels * FontFamily.GetEmHeight(
Style
) / FontFamily.GetLineSpacing(
Style
);
commonui\System\Drawing\FontConverter.cs (5)
225
if (font.
Style
!= FontStyle.Regular){
240
if (font.
Style
!= FontStyle.Regular){
242
args[nArg++] = styleHdr + font.
Style
.ToString("G");
265
else if (font.
Style
!= FontStyle.Regular) {
279
args[2] = font.
Style
; types[2] = typeof(FontStyle);
commonui\System\Drawing\SystemFonts.cs (1)
453
return 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
,
3733
this.LabelStyle.Font.
Style
,
3781
autoLabelFont.
Style
,
3914
autoLabelFont.
Style
,
3952
autoLabelFont.
Style
,
4766
this.LabelStyle.Font.
Style
,
4803
autoLabelFont.
Style
,
5116
currentAxis.autoLabelFont.
Style
,
5126
autoLabelFont.
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)
244
return new WindowsFont(familyName, font.SizeInPoints, font.
Style
, font.GdiCharSet, fontQuality);
winforms\Managed\System\WinForms\AxHost.cs (1)
4950
f = new Font(f.Name, f.SizeInPoints, f.
Style
, GraphicsUnit.Point, f.GdiCharSet, f.GdiVerticalFont);
winforms\Managed\System\WinForms\Control.cs (3)
2584
new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.
Style
, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
2585
new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.
Style
);
13433
this.Font = new Font(local.FontFamily, local.Size * factor, local.
Style
, local.Unit, local.GdiCharSet, local.GdiVerticalFont);
winforms\Managed\System\WinForms\ControlPaint.cs (1)
2031
return new Font(font.FontFamily, font.SizeInPoints, font.
Style
, GraphicsUnit.Point, font.GdiCharSet, font.GdiVerticalFont);
winforms\Managed\System\WinForms\FontDialog.cs (2)
233
result = new Font(result.FontFamily, MinSize, result.
Style
, GraphicsUnit.Point);
235
result = new Font(result.FontFamily, MaxSize, result.
Style
, GraphicsUnit.Point);
winforms\Managed\System\WinForms\Form.cs (2)
5120
new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.
Style
, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont) :
5121
new Font(this.Font.FontFamily, this.Font.Size * factor, this.Font.
Style
);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
650
Font alwaysUnderlined = new Font(Font, Font.
Style
| FontStyle.Underline);
winforms\Managed\System\WinForms\LinkUtilities.cs (3)
197
FontStyle style = f.
Style
;
208
FontStyle hoverStyle = f.
Style
;
218
FontStyle linkStyle = f.
Style
;
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
754
childItem.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
,
3733
this.LabelStyle.Font.
Style
,
3781
autoLabelFont.
Style
,
3914
autoLabelFont.
Style
,
3952
autoLabelFont.
Style
,
4766
this.LabelStyle.Font.
Style
,
4803
autoLabelFont.
Style
,
5116
currentAxis.autoLabelFont.
Style
,
5126
autoLabelFont.
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)
609
using (Font font = new Font(designerTheme.Font, FontStyle.Underline | designerTheme.Font.
Style
))
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowLayouts.cs (1)
599
using (Font headerFooterFont = new Font(ambientTheme.Font.FontFamily, ambientTheme.Font.Size / this.scaling, ambientTheme.Font.
Style
))