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