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