3 references to LogicalMaxListBoxHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
37private int _maxListBoxHeight = LogicalMaxListBoxHeight; 123_maxListBoxHeight = ScaleHelper.ScaleToInitialSystemDpi(LogicalMaxListBoxHeight); 5391_maxListBoxHeight = LogicalToDeviceUnits(LogicalMaxListBoxHeight);