50 writes to FontHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
804
FontHeight
= -1;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1045
set => base.
FontHeight
= value;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3203
set => base.
FontHeight
= value;
System\Windows\Forms\ButtonBaseTests.cs (1)
9306
set => base.
FontHeight
= value;
System\Windows\Forms\ButtonTests.cs (1)
3714
set => base.
FontHeight
= value;
System\Windows\Forms\CheckBoxTests.cs (1)
669
set => base.
FontHeight
= value;
System\Windows\Forms\ComboBoxTests.cs (1)
2858
set => base.
FontHeight
= value;
System\Windows\Forms\ContainerControlTests.cs (1)
1448
set => base.
FontHeight
= value;
System\Windows\Forms\ControlTests.cs (1)
1181
set => base.
FontHeight
= value;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2141
set => base.
FontHeight
= value;
System\Windows\Forms\DateTimePickerTests.cs (1)
1043
set => base.
FontHeight
= value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
417
set => base.
FontHeight
= value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
926
set => base.
FontHeight
= value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1507
set => base.
FontHeight
= value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
467
set => base.
FontHeight
= value;
System\Windows\Forms\FormTests.cs (1)
2727
set => base.
FontHeight
= value;
System\Windows\Forms\GroupBoxTests.cs (1)
2332
set => base.
FontHeight
= value;
System\Windows\Forms\HScrollBarTests.cs (1)
281
set => base.
FontHeight
= value;
System\Windows\Forms\LabelTests.cs (1)
916
set => base.
FontHeight
= value;
System\Windows\Forms\ListBoxTests.cs (1)
6439
set => base.
FontHeight
= value;
System\Windows\Forms\ListControlTests.cs (1)
2947
set => base.
FontHeight
= value;
System\Windows\Forms\ListViewTests.cs (1)
6134
set => base.
FontHeight
= value;
System\Windows\Forms\MenuStripTests.cs (1)
893
set => base.
FontHeight
= value;
System\Windows\Forms\MonthCalendarTests.cs (1)
4763
set => base.
FontHeight
= value;
System\Windows\Forms\PanelTests.cs (1)
1189
set => base.
FontHeight
= value;
System\Windows\Forms\PictureBoxTests.cs (1)
2875
set => base.
FontHeight
= value;
System\Windows\Forms\ProgressBarTests.cs (1)
2619
set => base.
FontHeight
= value;
System\Windows\Forms\PropertyGridTests.cs (1)
4220
set => base.
FontHeight
= value;
System\Windows\Forms\RadioButtonTests.cs (1)
1562
set => base.
FontHeight
= value;
System\Windows\Forms\RichTextBoxTests.cs (1)
10959
set => base.
FontHeight
= value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2607
set => base.
FontHeight
= value;
System\Windows\Forms\ScrollBarTests.cs (1)
3195
set => base.
FontHeight
= value;
System\Windows\Forms\SplitterTests.cs (1)
2340
set => base.
FontHeight
= value;
System\Windows\Forms\StatusStripTests.cs (1)
1315
set => base.
FontHeight
= value;
System\Windows\Forms\TabControlTests.cs (1)
5783
set => base.
FontHeight
= value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2206
set => base.
FontHeight
= value;
System\Windows\Forms\TabPageTests.cs (1)
5270
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2051
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5133
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
394
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripTests.cs (1)
7538
set => base.
FontHeight
= value;
System\Windows\Forms\TreeViewTests.cs (1)
7607
set => base.
FontHeight
= value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3140
set => base.
FontHeight
= value;
System\Windows\Forms\UserControlTests.cs (1)
1832
set => base.
FontHeight
= value;
System\Windows\Forms\VScrollBarTests.cs (1)
271
set => base.
FontHeight
= value;
System\Windows\Forms\WebBrowserTests.cs (1)
4701
set => base.
FontHeight
= value;
TextBoxBaseTests.cs (1)
7718
set => base.
FontHeight
= value;
TextBoxTests.cs (1)
716
set => base.
FontHeight
= value;
TrackBarTests.cs (1)
3313
set => base.
FontHeight
= value;
WebBrowserBaseTests.cs (1)
921
set => base.
FontHeight
= value;
60 references to FontHeight
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
1975
localFontHeight = ParentInternal.
FontHeight
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
584
return Properties.TryGetValue(s_propItemHeight, out int itemHeight) ? itemHeight :
FontHeight
+ 2;
774
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, Font, new Size(short.MaxValue, (int)(
FontHeight
* 1.25)), TextFormatFlags.SingleLine);
785
Size textSize = TextRenderer.MeasureText(LayoutUtils.TestString, Font, new Size(short.MaxValue, (int)(
FontHeight
* 1.25)), TextFormatFlags.SingleLine);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
747
int height =
FontHeight
;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
543
int boxTop =
FontHeight
/ 2;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
800
int height =
FontHeight
;
853
textSize.Height = Math.Max(textSize.Height,
FontHeight
);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
787
return Math.Max(16,
FontHeight
+ 3);
790
return
FontHeight
+ 3;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
339
int height =
FontHeight
;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1044
get => base.
FontHeight
;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3202
get => base.
FontHeight
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9305
get => base.
FontHeight
;
System\Windows\Forms\ButtonTests.cs (1)
3713
get => base.
FontHeight
;
System\Windows\Forms\CheckBoxTests.cs (1)
668
get => base.
FontHeight
;
System\Windows\Forms\ComboBoxTests.cs (1)
2857
get => base.
FontHeight
;
System\Windows\Forms\ContainerControlTests.cs (1)
1447
get => base.
FontHeight
;
System\Windows\Forms\ControlTests.cs (1)
1180
get => base.
FontHeight
;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2140
get => base.
FontHeight
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1042
get => base.
FontHeight
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
416
get => base.
FontHeight
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
925
get => base.
FontHeight
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1506
get => base.
FontHeight
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
466
get => base.
FontHeight
;
System\Windows\Forms\FormTests.cs (1)
2726
get => base.
FontHeight
;
System\Windows\Forms\GroupBoxTests.cs (1)
2331
get => base.
FontHeight
;
System\Windows\Forms\HScrollBarTests.cs (1)
280
get => base.
FontHeight
;
System\Windows\Forms\LabelTests.cs (1)
915
get => base.
FontHeight
;
System\Windows\Forms\ListBoxTests.cs (1)
6438
get => base.
FontHeight
;
System\Windows\Forms\ListControlTests.cs (1)
2946
get => base.
FontHeight
;
System\Windows\Forms\ListViewTests.cs (1)
6133
get => base.
FontHeight
;
System\Windows\Forms\MenuStripTests.cs (1)
892
get => base.
FontHeight
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4762
get => base.
FontHeight
;
System\Windows\Forms\PanelTests.cs (1)
1188
get => base.
FontHeight
;
System\Windows\Forms\PictureBoxTests.cs (1)
2874
get => base.
FontHeight
;
System\Windows\Forms\ProgressBarTests.cs (1)
2618
get => base.
FontHeight
;
System\Windows\Forms\PropertyGridTests.cs (1)
4219
get => base.
FontHeight
;
System\Windows\Forms\RadioButtonTests.cs (1)
1561
get => base.
FontHeight
;
System\Windows\Forms\RichTextBoxTests.cs (1)
10958
get => base.
FontHeight
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2606
get => base.
FontHeight
;
System\Windows\Forms\ScrollBarTests.cs (1)
3194
get => base.
FontHeight
;
System\Windows\Forms\SplitterTests.cs (1)
2339
get => base.
FontHeight
;
System\Windows\Forms\StatusStripTests.cs (1)
1314
get => base.
FontHeight
;
System\Windows\Forms\TabControlTests.cs (1)
5782
get => base.
FontHeight
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2205
get => base.
FontHeight
;
System\Windows\Forms\TabPageTests.cs (1)
5269
get => base.
FontHeight
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2050
get => base.
FontHeight
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5132
get => base.
FontHeight
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
393
get => base.
FontHeight
;
System\Windows\Forms\ToolStripTests.cs (1)
7537
get => base.
FontHeight
;
System\Windows\Forms\TreeViewTests.cs (1)
7606
get => base.
FontHeight
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3139
get => base.
FontHeight
;
System\Windows\Forms\UserControlTests.cs (1)
1831
get => base.
FontHeight
;
System\Windows\Forms\VScrollBarTests.cs (1)
270
get => base.
FontHeight
;
System\Windows\Forms\WebBrowserTests.cs (1)
4700
get => base.
FontHeight
;
TextBoxBaseTests.cs (1)
7717
get => base.
FontHeight
;
TextBoxTests.cs (1)
715
get => base.
FontHeight
;
TrackBarTests.cs (1)
3312
get => base.
FontHeight
;
WebBrowserBaseTests.cs (1)
920
get => base.
FontHeight
;