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