2 writes to maxListBoxHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
185
maxListBoxHeight
= DpiHelper.LogicalToDeviceUnitsY(MAX_LISTBOX_HEIGHT);
5417
maxListBoxHeight
= LogicalToDeviceUnits(MAX_LISTBOX_HEIGHT);
1 reference to maxListBoxHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3907
DropDownListBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(
maxListBoxHeight
, DropDownListBox.PreferredHeight));