3 references to DragBounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
925
dragRect = this.RowsInternal[row].
DragBounds
;
1027
pointInCurrentRow = currentToolStripPanelRow.
DragBounds
.Contains(clientLocation);
1037
Debug.WriteLineIf(ToolStripPanelDebug.TraceVerbose, "RC.MoveControl - Point " + clientLocation + "is in the same row as the control" + draggedControl.ToolStripPanelRow.
DragBounds
);