36 references to Size
System.Drawing (8)
commonui\System\Drawing\Advanced\Font.cs (5)
134
si.AddValue("Size",
Size
);
153
Initialize(prototype.FontFamily, prototype.
Size
, newStyle, prototype.Unit, SafeNativeMethods.DEFAULT_CHARSET, false);
752
font.
Size
== this.
Size
&&
997
return
Size
;
commonui\System\Drawing\FontConverter.cs (3)
238
args[nArg++] = TypeDescriptor.GetConverter(font.
Size
).ConvertToString(context, culture, font.
Size
) + GetGraphicsUnitText(font.Unit);
276
args[1] = font.
Size
; types[1] = typeof(float);
System.Web.DataVisualization (10)
Common\ChartTypes\PieChart.cs (2)
5361
SizeF fontSize = new SizeF(1.4F * series.Font.
Size
,1.4F * series.Font.
Size
);
Common\General\Axis.cs (1)
3679
this.LabelStyle.Font.
Size
+ extraSize,
Common\General\ChartArea.cs (1)
1540
axesAutoFontSize = Math.Min(axesAutoFontSize, axis.autoLabelFont.
Size
);
Common\General\Legend.cs (4)
578
(this.Font.
Size
- this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize)
584
int newFontSize = (int)Math.Round(this.Font.
Size
- this._autoFitFontSizeAdjustment);
999
if((this.Font.
Size
- this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize)
1005
int newFontSize = (int)Math.Round(this.Font.
Size
- this._autoFitFontSizeAdjustment);
Common\General\LegendColumns.cs (1)
1676
int newFontSize = (int)Math.Round(cellFont.
Size
- fontSizeReducedBy);
Common\General\Title.cs (1)
1742
font.
Size
* 1.3f,
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
166
_captionLabel.Font = new Font(Font.FontFamily, Font.
Size
+ 2.0f, FontStyle.Bold, Font.Unit);
System.Windows.Forms (6)
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\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\ToolStripDropDownItem.cs (1)
754
childItem.Font = new Font(local.FontFamily, local.
Size
* factor, local.Style,
System.Windows.Forms.DataVisualization (10)
Common\ChartTypes\PieChart.cs (2)
5361
SizeF fontSize = new SizeF(1.4F * series.Font.
Size
,1.4F * series.Font.
Size
);
Common\General\Axis.cs (1)
3679
this.LabelStyle.Font.
Size
+ extraSize,
Common\General\ChartArea.cs (1)
1540
axesAutoFontSize = Math.Min(axesAutoFontSize, axis.autoLabelFont.
Size
);
Common\General\Legend.cs (4)
578
(this.Font.
Size
- this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize)
584
int newFontSize = (int)Math.Round(this.Font.
Size
- this._autoFitFontSizeAdjustment);
999
if((this.Font.
Size
- this._autoFitFontSizeAdjustment) > this._autoFitMinFontSize)
1005
int newFontSize = (int)Math.Round(this.Font.
Size
- this._autoFitFontSizeAdjustment);
Common\General\LegendColumns.cs (1)
1676
int newFontSize = (int)Math.Round(cellFont.
Size
- fontSizeReducedBy);
Common\General\Title.cs (1)
1742
font.
Size
* 1.3f,
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))