4 references to DragBounds
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
596
toolStripPanel.
DragBounds
.Contains(toolStripPanel.PointToClient(screenLocation)))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
721
dragRect =
DragBounds
;
779
if (!
DragBounds
.Contains(clientLocation))
795
if (draggedControl.IsCurrentlyDragging && !
DragBounds
.Contains(clientLocation))