9 references to DragSize
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
229
private static readonly Size s_dragSize = SystemInformation.
DragSize
;
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (1)
137
s_dragSize = SystemInformation.
DragSize
;
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComponentTray.cs (1)
2189
Size minDrag = SystemInformation.
DragSize
;
System\Windows\Forms\Design\ControlDesigner.cs (1)
1378
Size minDrag = SystemInformation.
DragSize
;
System\Windows\Forms\Design\DesignerUtils.cs (1)
144
Size minDrag = SystemInformation.
DragSize
;
System\Windows\Forms\Design\SelectionUIService.cs (1)
629
Size minDragSize = SystemInformation.
DragSize
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
159
Size size = SystemInformation.
DragSize
;
162
Assert.Equal(size, SystemInformation.
DragSize
);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
657
Size dragSize = SystemInformation.
DragSize
;