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