2 references to PreferredHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (1)
769
int height =
PreferredHeight
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3907
DropDownListBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(maxListBoxHeight, DropDownListBox.
PreferredHeight
));