9 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)
2189Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1378Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\DesignerUtils.cs (1)
144Size minDrag = SystemInformation.DragSize;
System\Windows\Forms\Design\SelectionUIService.cs (1)
629Size minDragSize = SystemInformation.DragSize;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
159Size size = SystemInformation.DragSize; 162Assert.Equal(size, SystemInformation.DragSize);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
657Size dragSize = SystemInformation.DragSize;