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