5 references to DragBounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
631toolStripPanel.DragBounds.Contains(toolStripPanel.PointToClient(screenLocation))) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (4)
922dragRect = DragBounds; 975if (!this.DragBounds.Contains(clientLocation)) { 976Debug.WriteLineIf(ToolStripPanelDebug.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "RC.MoveControl - Point {0} is not in current rafting container drag bounds {1}, calling MoveOutsideContainer", clientLocation, DragBounds)); 989if (draggedControl.IsCurrentlyDragging && !this.DragBounds.Contains(clientLocation)) {