7 references to s_minimumSizeDrag
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (7)
213
if (_styles[i].SizeType != SizeType.AutoSize && widths[i] >= DesignerUtils.
s_minimumSizeDrag
)
226
if (_styles[i].SizeType != SizeType.AutoSize && widths[i] >= DesignerUtils.
s_minimumSizeDrag
)
268
if (newWidths[rightIndex] < DesignerUtils.
s_minimumSizeDrag
||
269
newWidths[leftIndex] < DesignerUtils.
s_minimumSizeDrag
)
293
newRightSize = Math.Max(rightStyleSize - delta, DesignerUtils.
s_minimumSizeDrag
);
301
newLeftSize = Math.Max(leftStyleSize + delta, DesignerUtils.
s_minimumSizeDrag
);
345
DesignerUtils.
s_minimumSizeDrag
);