Implemented interface member:
property
Bounds
System.Windows.Forms.Layout.IArrangedElement.Bounds
10 references to Bounds
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
64
Rectangle displayRectangle = this.
Bounds
;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (9)
1172
freedSpace += DisplayRectangle.Right - lastCell.
Bounds
.Right;
1245
int spaceOccupiedByCell = cell.Margin.Horizontal + cell.
Bounds
.Width;
1365
lastCellMargin.Left = Math.Max(0,locationToDrag.X - nextCell.
Bounds
.Right);
1688
freedSpace += DisplayRectangle.Bottom - lastCell.
Bounds
.Bottom;
1754
int spaceToFree = (lastCell != null)? lastCell.
Bounds
.Bottom - newBounds.Height : 0;
1817
if (cell.
Bounds
.Contains(locationToDrag)) {
1824
if (cell.
Bounds
.Y >= locationToDrag.Y) {
1897
lastCellMargin.Top = Math.Max(0,locationToDrag.Y - nextCell.
Bounds
.Bottom);
1959
int spaceOccupiedByCell = cell.Margin.Vertical + cell.
Bounds
.Height;