36 references to Size
System.Drawing (8)
commonui\System\Drawing\Advanced\Font.cs (5)
134si.AddValue("Size", Size); 153Initialize(prototype.FontFamily, prototype.Size, newStyle, prototype.Unit, SafeNativeMethods.DEFAULT_CHARSET, false); 752font.Size == this.Size && 997return Size;
commonui\System\Drawing\FontConverter.cs (3)
238args[nArg++] = TypeDescriptor.GetConverter(font.Size).ConvertToString(context, culture, font.Size) + GetGraphicsUnitText(font.Unit); 276args[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)
1742font.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)
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\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\ToolStripDropDownItem.cs (1)
754childItem.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)
1742font.Size * 1.3f,
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))