6 references to DragSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
229private static readonly Size s_dragSize = SystemInformation.DragSize;
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (1)
137s_dragSize = SystemInformation.DragSize;
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (1)
2171Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1393Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\DesignerUtils.cs (1)
144Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\SelectionUIService.cs (1)
623Size minDragSize = SystemInformation.DragSize;