1 write to FontHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1061
FontHeight
= -1;
11 references to FontHeight
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComboBox.cs (3)
732
return
FontHeight
+ 2; // bug (90774)+2 for the 1 pixel gap on each side (up and Bottom) of the Text.
936
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, this.Font, new Size(Int16.MaxValue, (int)(
FontHeight
* 1.25)), TextFormatFlags.SingleLine);
946
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, this.Font, new Size(Int16.MaxValue, (int)(
FontHeight
* 1.25)), TextFormatFlags.SingleLine);
winforms\Managed\System\WinForms\Control.cs (1)
2686
localFontHeight = ParentInternal.
FontHeight
;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
878
int height =
FontHeight
;
winforms\Managed\System\WinForms\GroupBox.cs (1)
624
int boxTop =
FontHeight
/ 2;
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
945
int height =
FontHeight
;
990
textSize.Height = Math.Max(textSize.Height,
FontHeight
);
winforms\Managed\System\WinForms\TreeView.cs (2)
797
return Math.Max(16,
FontHeight
+ 3);
799
return
FontHeight
+ 3;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
532
int height =
FontHeight
;