4 references to s_minDragSize
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignerUtils.cs (4)
142
if (
s_minDragSize
== Size.Empty)
146
s_minDragSize
.Width = Math.Max(minDrag.Width, minDblClick.Width);
147
s_minDragSize
.Height = Math.Max(minDrag.Height, minDblClick.Height);
150
return
s_minDragSize
;