17 references to RowManager
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (17)
152ToolStripPanelCell cell = RowManager.GetNextVisibleCell(0, /*forward*/true); 181return RowManager.DisplayRectangle; 272return !ToolStripPanel.Locked && !Locked && RowManager.CanMove(toolStripToDrag); 306RowManager.OnControlAdded(control, index); 318RowManager.OnBoundsChanged(oldBounds,newBounds); 325RowManager.OnControlRemoved(control, index); 377ToolStripPanelCell cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false); 399ToolStripPanelCell cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false); 405int spaceToFree = cell.CachedBounds.Right - RowManager.DisplayRectangle.Right; 422spaceToFree -= RowManager.FreeSpaceFromRow(spaceToFree); 485ToolStripPanelCell cell = RowManager.GetNextVisibleCell(this.Cells.Count -1, /*forward*/false); 487int spaceToFree = cell.CachedBounds.Bottom - RowManager.DisplayRectangle.Bottom; 504spaceToFree -= RowManager.FreeSpaceFromRow(spaceToFree); 713return RowManager.DragBounds; 719RowManager.MoveControl(movingControl, startClientLocation, endClientLocation); 726RowManager.JoinRow(toolStripToDrag, locationToDrag); 730RowManager.LeaveRow(toolStripToDrag);