3 references to MAX_LISTBOX_HEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
75
private int maxListBoxHeight =
MAX_LISTBOX_HEIGHT
;
185
maxListBoxHeight = DpiHelper.LogicalToDeviceUnitsY(
MAX_LISTBOX_HEIGHT
);
5417
maxListBoxHeight = LogicalToDeviceUnits(
MAX_LISTBOX_HEIGHT
);