3 references to s_minDropDownSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (3)
435
newBounds.Height = Math.Max(
s_minDropDownSize
.Height, _dragBaseRect.Height + (dragPoint.Y - _dragStart.Y));
445
if ((_dragBaseRect.Height - delta) >
s_minDropDownSize
.Height)
456
if ((_dragBaseRect.Width - delta) >
s_minDropDownSize
.Width)