2 writes to _maxListBoxHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
123
_maxListBoxHeight
= ScaleHelper.ScaleToInitialSystemDpi(LogicalMaxListBoxHeight);
5390
_maxListBoxHeight
= LogicalToDeviceUnits(LogicalMaxListBoxHeight);
1 reference to _maxListBoxHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3723
DropDownListBox.Height = Math.Max(tm.tmHeight + 2, Math.Min(
_maxListBoxHeight
, DropDownListBox.PreferredHeight));