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)
729
dragRect =
DragBounds
;
787
if (!
DragBounds
.Contains(clientLocation))
803
if (draggedControl.IsCurrentlyDragging && !
DragBounds
.Contains(clientLocation))