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