14 references to
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ToolStripPanel.cs (8)
925
dragRect = this.RowsInternal
[
row].DragBounds;
1069
previousRow = this.RowsInternal
[
index - 1];
1134
LayoutTransaction.DoLayout(RowsInternal
[
i], this, PropertyNames.Rows);
1231
ToolStripPanelRow row = this.RowsInternal
[
i];
1257
for (int j = 0; j < RowsInternal
[
i].ControlsInternal.Count; j++) {
1258
Debug.Write(String.Format(CultureInfo.CurrentCulture, "[{0} {1}] ", RowsInternal
[
i].ControlsInternal[j].Name, ((ToolStripPanelCell)RowsInternal
[
i].Cells[j]).Margin));
1401
this.Add(value
[
i]);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (6)
963
Rectangle previousRowBounds = ToolStripPanel.RowsInternal
[
index - 1].Bounds;
971
Rectangle nextRowBounds = ToolStripPanel.RowsInternal
[
index + 1].Bounds;
973
dragBounds.Height += (nextRowBounds.Height >> 2) + Row.Margin.Bottom + ToolStripPanel.RowsInternal
[
index + 1].Margin.Top;
1472
Rectangle previousRowBounds = ToolStripPanel.RowsInternal
[
index - 1].Bounds;
1480
Rectangle nextRowBounds = ToolStripPanel.RowsInternal
[
index + 1].Bounds;
1482
dragBounds.Width += (nextRowBounds.Width >> 2) + Row.Margin.Right + ToolStripPanel.RowsInternal
[
index + 1].Margin.Left;