3 references to MIN_GRID_HEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2322
int high = gridView.Location.Y +
MIN_GRID_HEIGHT
;
3019
if (endSize <
MIN_GRID_HEIGHT
) {
3023
int maxSpace = endSize - (gridView.Location.Y +
MIN_GRID_HEIGHT
);