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