6 references to tmHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3762
DropDownListBox.Height = Math.Max(tm.
tmHeight
+ 2, Math.Min(_maxListBoxHeight, DropDownListBox.PreferredHeight));
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
725
retval.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)
105
listBox.Height = Math.Max(tm.
tmHeight
+ 2, Math.Min(ListBoxMaximumHeight, listBox.PreferredHeight));
System\Windows\Forms\Design\DesignerUtils.cs (1)
540
int fontHeight = metrics.
tmHeight
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\VisualStyles\TextMetrics.cs (1)
50
Height = metrics.
tmHeight
,