6 references to tmHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3762DropDownListBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(_maxListBoxHeight, DropDownListBox.PreferredHeight));
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
725retval.Height = tm.tmHeight;
System\Windows\Forms\Rendering\FontCache.Data.cs (1)
45_tmHeight = tm.tmHeight;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
105listBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(ListBoxMaximumHeight, listBox.PreferredHeight));
System\Windows\Forms\Design\DesignerUtils.cs (1)
540int fontHeight = metrics.tmHeight;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
50Height = metrics.tmHeight,