11 references to
System.Windows.Forms (11)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (4)
733
dragRect = RowsInternal
[
row].DragBounds;
887
previousRow = RowsInternal
[
index - 1];
956
LayoutTransaction.DoLayout(RowsInternal
[
i], this, PropertyNames.Rows);
1057
ToolStripPanelRow row = RowsInternal
[
i];
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
80
Add(value
[
i]);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (3)
56
Rectangle previousRowBounds = ToolStripPanel.RowsInternal
[
index - 1].Bounds;
65
Rectangle nextRowBounds = ToolStripPanel.RowsInternal
[
index + 1].Bounds;
67
dragBounds.Height += (nextRowBounds.Height >> 2) + Row.Margin.Bottom + ToolStripPanel.RowsInternal
[
index + 1].Margin.Top;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (3)
57
Rectangle previousRowBounds = ToolStripPanel.RowsInternal
[
index - 1].Bounds;
66
Rectangle nextRowBounds = ToolStripPanel.RowsInternal
[
index + 1].Bounds;
68
dragBounds.Width += (nextRowBounds.Width >> 2) + Row.Margin.Right + ToolStripPanel.RowsInternal
[
index + 1].Margin.Left;