3 references to MinGridHeight
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
1940
int high = _gridView.Location.Y +
MinGridHeight
;
2628
if (endSize <
MinGridHeight
)
2633
int maxSpace = endSize - (_gridView.Location.Y +
MinGridHeight
);