1 write to tmHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
370
lptm.
tmHeight
= lptmA.tmHeight;
2 references to tmHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
761
retval.Height = tm.
tmHeight
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3907
DropDownListBox.Height = Math.Max(tm.
tmHeight
+ 2, Math.Min(maxListBoxHeight, DropDownListBox.PreferredHeight));