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