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