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