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)
1043
set => base.
FontHeight
= value;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3201
set => base.
FontHeight
= value;
System\Windows\Forms\ButtonBaseTests.cs (1)
9304
set => base.
FontHeight
= value;
System\Windows\Forms\ButtonTests.cs (1)
3712
set => base.
FontHeight
= value;
System\Windows\Forms\CheckBoxTests.cs (1)
667
set => base.
FontHeight
= value;
System\Windows\Forms\ComboBoxTests.cs (1)
2856
set => base.
FontHeight
= value;
System\Windows\Forms\ContainerControlTests.cs (1)
1446
set => base.
FontHeight
= value;
System\Windows\Forms\ControlTests.cs (1)
1179
set => base.
FontHeight
= value;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2139
set => base.
FontHeight
= value;
System\Windows\Forms\DateTimePickerTests.cs (1)
1041
set => base.
FontHeight
= value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
415
set => base.
FontHeight
= value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
924
set => base.
FontHeight
= value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1505
set => base.
FontHeight
= value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
465
set => base.
FontHeight
= value;
System\Windows\Forms\FormTests.cs (1)
2725
set => base.
FontHeight
= value;
System\Windows\Forms\GroupBoxTests.cs (1)
2330
set => base.
FontHeight
= value;
System\Windows\Forms\HScrollBarTests.cs (1)
279
set => base.
FontHeight
= value;
System\Windows\Forms\LabelTests.cs (1)
914
set => base.
FontHeight
= value;
System\Windows\Forms\ListBoxTests.cs (1)
6437
set => base.
FontHeight
= value;
System\Windows\Forms\ListControlTests.cs (1)
2945
set => base.
FontHeight
= value;
System\Windows\Forms\ListViewTests.cs (1)
6132
set => base.
FontHeight
= value;
System\Windows\Forms\MenuStripTests.cs (1)
891
set => base.
FontHeight
= value;
System\Windows\Forms\MonthCalendarTests.cs (1)
4761
set => base.
FontHeight
= value;
System\Windows\Forms\PanelTests.cs (1)
1187
set => base.
FontHeight
= value;
System\Windows\Forms\PictureBoxTests.cs (1)
2873
set => base.
FontHeight
= value;
System\Windows\Forms\ProgressBarTests.cs (1)
2617
set => base.
FontHeight
= value;
System\Windows\Forms\PropertyGridTests.cs (1)
4184
set => base.
FontHeight
= value;
System\Windows\Forms\RadioButtonTests.cs (1)
1560
set => base.
FontHeight
= value;
System\Windows\Forms\RichTextBoxTests.cs (1)
10957
set => base.
FontHeight
= value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2605
set => base.
FontHeight
= value;
System\Windows\Forms\ScrollBarTests.cs (1)
3193
set => base.
FontHeight
= value;
System\Windows\Forms\SplitterTests.cs (1)
2338
set => base.
FontHeight
= value;
System\Windows\Forms\StatusStripTests.cs (1)
1313
set => base.
FontHeight
= value;
System\Windows\Forms\TabControlTests.cs (1)
5754
set => base.
FontHeight
= value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2204
set => base.
FontHeight
= value;
System\Windows\Forms\TabPageTests.cs (1)
5268
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2049
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5131
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
392
set => base.
FontHeight
= value;
System\Windows\Forms\ToolStripTests.cs (1)
7567
set => base.
FontHeight
= value;
System\Windows\Forms\TreeViewTests.cs (1)
7605
set => base.
FontHeight
= value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3138
set => base.
FontHeight
= value;
System\Windows\Forms\UserControlTests.cs (1)
1830
set => base.
FontHeight
= value;
System\Windows\Forms\VScrollBarTests.cs (1)
269
set => base.
FontHeight
= value;
System\Windows\Forms\WebBrowserTests.cs (1)
4699
set => base.
FontHeight
= value;
TextBoxBaseTests.cs (1)
7716
set => base.
FontHeight
= value;
TextBoxTests.cs (1)
714
set => base.
FontHeight
= value;
TrackBarTests.cs (1)
3311
set => base.
FontHeight
= value;
WebBrowserBaseTests.cs (1)
919
set => base.
FontHeight
= value;
60 references to FontHeight
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
1976
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)
1042
get => base.
FontHeight
;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3200
get => base.
FontHeight
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9303
get => base.
FontHeight
;
System\Windows\Forms\ButtonTests.cs (1)
3711
get => base.
FontHeight
;
System\Windows\Forms\CheckBoxTests.cs (1)
666
get => base.
FontHeight
;
System\Windows\Forms\ComboBoxTests.cs (1)
2855
get => base.
FontHeight
;
System\Windows\Forms\ContainerControlTests.cs (1)
1445
get => base.
FontHeight
;
System\Windows\Forms\ControlTests.cs (1)
1178
get => base.
FontHeight
;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2138
get => base.
FontHeight
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1040
get => base.
FontHeight
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
414
get => base.
FontHeight
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
923
get => base.
FontHeight
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1504
get => base.
FontHeight
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
464
get => base.
FontHeight
;
System\Windows\Forms\FormTests.cs (1)
2724
get => base.
FontHeight
;
System\Windows\Forms\GroupBoxTests.cs (1)
2329
get => base.
FontHeight
;
System\Windows\Forms\HScrollBarTests.cs (1)
278
get => base.
FontHeight
;
System\Windows\Forms\LabelTests.cs (1)
913
get => base.
FontHeight
;
System\Windows\Forms\ListBoxTests.cs (1)
6436
get => base.
FontHeight
;
System\Windows\Forms\ListControlTests.cs (1)
2944
get => base.
FontHeight
;
System\Windows\Forms\ListViewTests.cs (1)
6131
get => base.
FontHeight
;
System\Windows\Forms\MenuStripTests.cs (1)
890
get => base.
FontHeight
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4760
get => base.
FontHeight
;
System\Windows\Forms\PanelTests.cs (1)
1186
get => base.
FontHeight
;
System\Windows\Forms\PictureBoxTests.cs (1)
2872
get => base.
FontHeight
;
System\Windows\Forms\ProgressBarTests.cs (1)
2616
get => base.
FontHeight
;
System\Windows\Forms\PropertyGridTests.cs (1)
4183
get => base.
FontHeight
;
System\Windows\Forms\RadioButtonTests.cs (1)
1559
get => base.
FontHeight
;
System\Windows\Forms\RichTextBoxTests.cs (1)
10956
get => base.
FontHeight
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2604
get => base.
FontHeight
;
System\Windows\Forms\ScrollBarTests.cs (1)
3192
get => base.
FontHeight
;
System\Windows\Forms\SplitterTests.cs (1)
2337
get => base.
FontHeight
;
System\Windows\Forms\StatusStripTests.cs (1)
1312
get => base.
FontHeight
;
System\Windows\Forms\TabControlTests.cs (1)
5753
get => base.
FontHeight
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2203
get => base.
FontHeight
;
System\Windows\Forms\TabPageTests.cs (1)
5267
get => base.
FontHeight
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2048
get => base.
FontHeight
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5130
get => base.
FontHeight
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
391
get => base.
FontHeight
;
System\Windows\Forms\ToolStripTests.cs (1)
7566
get => base.
FontHeight
;
System\Windows\Forms\TreeViewTests.cs (1)
7604
get => base.
FontHeight
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3137
get => base.
FontHeight
;
System\Windows\Forms\UserControlTests.cs (1)
1829
get => base.
FontHeight
;
System\Windows\Forms\VScrollBarTests.cs (1)
268
get => base.
FontHeight
;
System\Windows\Forms\WebBrowserTests.cs (1)
4698
get => base.
FontHeight
;
TextBoxBaseTests.cs (1)
7715
get => base.
FontHeight
;
TextBoxTests.cs (1)
713
get => base.
FontHeight
;
TrackBarTests.cs (1)
3310
get => base.
FontHeight
;
WebBrowserBaseTests.cs (1)
918
get => base.
FontHeight
;