468 references to Bottom
System.Drawing (1)
misc\GDI\NativeMethods.cs (1)
182
this.bottom = r.
Bottom
;
System.Web.DataVisualization (14)
Common\General\ChartGraphics.cs (10)
2434
this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.Top, absPositionRounded.Left, absPositionRounded.
Bottom
);
2435
this.DrawLine(markPen, absPositionRounded.Right, absPositionRounded.Top, absPositionRounded.Right, absPositionRounded.
Bottom
);
2440
this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.
Bottom
, absPositionRounded.Right, absPositionRounded.
Bottom
);
2451
absPositionRounded.
Bottom
,
2453
absPositionRounded.
Bottom
);
2460
(axis.AxisPosition == AxisPosition.Top) ? absPositionRounded.Top : absPositionRounded.
Bottom
,
2483
(axis.AxisPosition == AxisPosition.Top) ? absPositionRounded.Top : absPositionRounded.
Bottom
,
2569
leftLine[0].Y = absPositionRounded.
Bottom
;
2576
rightLine[0].Y = absPositionRounded.
Bottom
;
Common\General\Legend.cs (2)
2472
separatorPosition.Y = legendItem.Cells[0].cellPosition.
Bottom
;
2542
this._legendItemsAreaPosition.
Bottom
+ (this._truncatedDotsSize + this._offset.Height) / 2);
Common\General\LegendColumns.cs (2)
2166
imagePosition.Y = this.cellPosition.
Bottom
- imagePosition.Height;
2271
seriesMarkerPosition.Y = this.cellPosition.
Bottom
- seriesMarkerPosition.Height;
System.Windows.Forms (245)
misc\GDI\NativeMethods.cs (1)
182
this.bottom = r.
Bottom
;
misc\GDI\WindowsGraphics2.cs (2)
127
DrawEllipse(pen, brush, bounds.Left, bounds.Top, bounds.Right, bounds.
Bottom
);
569
adjustedBounds.Y = adjustedBounds.
Bottom
- textHeight;
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (8)
448
Point p3 = new Point(r.Left , r.
Bottom
- 1); // bottom inner left.
449
Point p4 = new Point(r.Right - 1, r.
Bottom
- 1); // inner bottom right.
1374
int textBottom = Math.Min(layout.textBounds.
Bottom
, layout.field.
Bottom
);
1421
bottom = Math.Min(layout.textBounds.
Bottom
, maxBounds.
Bottom
);
1427
bottom = Math.Min(layout.textBounds.
Bottom
, layout.field.
Bottom
);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (8)
102
g.DrawLine(windowFrame, r.Left + 1, r.Top + 1, r.Left + 1, r.
Bottom
- 2);
105
g.DrawLine(windowFrame, r.Left, r.
Bottom
- 1, r.Right, r.
Bottom
- 1);
106
g.DrawLine(windowFrame, r.Right - 1, r.Top, r.Right - 1, r.
Bottom
);
110
g.DrawLine(highlight, r.Left, r.Top, r.Left, r.
Bottom
);
113
g.DrawLine(buttonShadow, r.Left + 1, r.
Bottom
- 2, r.Right - 2, r.
Bottom
- 2);
114
g.DrawLine(buttonShadow, r.Right - 2, r.Top + 1, r.Right - 2, r.
Bottom
- 2);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
98
NativeMethods.RECT r = new NativeMethods.RECT(bounds.X, bounds.Y, bounds.Right, bounds.
Bottom
);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (7)
180
wg.DrawLine(high, r.Right-1 , r.Top, r.Right-1, r.
Bottom
);
181
wg.DrawLine(high, r.Left, r.
Bottom
-1, r.Right, r.
Bottom
-1);
183
wg.DrawLine(shadow, r.Left, r.Top, r.Left , r.
Bottom
);
186
wg.DrawLine(face, r.Right - 2, r.Top + 1, r.Right - 2, r.
Bottom
- 1);
187
wg.DrawLine(face, r.Left + 1, r.
Bottom
- 2, r.Right - 1, r.
Bottom
- 2);
winforms\Managed\System\WinForms\ComboBox.cs (2)
6104
Rectangle bottomOwnerDrawArea = new Rectangle(0,innerBorder.
Bottom
,comboBox.Width, comboBox.Height-innerBorder.
Bottom
);
winforms\Managed\System\WinForms\Control.cs (2)
9748
clientRectangle.Right, clientRectangle.
Bottom
);
9749
e.Graphics.DrawLine(pen, clientRectangle.Left, clientRectangle.
Bottom
,
winforms\Managed\System\WinForms\ControlPaint.cs (11)
1198
graphics.DrawLine(pen, bounds.X + 1, bounds.
Bottom
- 1, bounds.Right -2, bounds.
Bottom
- 1);
1199
graphics.DrawLine(pen, bounds.X, bounds.Y + 1, bounds.X, bounds.
Bottom
-2);
1200
graphics.DrawLine(pen, bounds.Right - 1, bounds.Y + 1, bounds.Right - 1, bounds.
Bottom
-2);
1206
graphics.DrawLine(pen, midx, bounds.Y, midx, bounds.
Bottom
- 2);
1224
graphics.DrawLine(pen, midx - 1, bounds.
Bottom
- 3, midx+1, bounds.
Bottom
- 3);
1225
graphics.DrawLine(pen, midx - 2, bounds.
Bottom
- 4, midx+2, bounds.
Bottom
- 4);
1801
SafeNativeMethods.Rectangle(new HandleRef(null, dc), rectangle.X, rectangle.Y, rectangle.Right, rectangle.
Bottom
);
2415
int bottom = bound.
Bottom
;
winforms\Managed\System\WinForms\DataGrid.cs (8)
4525
refresh.Height = layout.Inside.
Bottom
- cy;
4704
r.Y = Math.Min(inside.
Bottom
- 3, r.Y);
6285
Debug.Assert(y >= inside.Y && y < inside.
Bottom
, "y must be inside the vertical bounds of the data");
6291
int bottom = inside.
Bottom
;
6319
if (cy > inside.
Bottom
) {
6809
data.
Bottom
,
6827
layout.Data.
Bottom
,
7305
g.FillRectangle(br, bounds.X, bounds.
Bottom
- 2, bounds.Width + 2, 2);
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
572
border.Y = textBounds.
Bottom
- textPadding;
winforms\Managed\System\WinForms\DataGridParentRows.cs (5)
559
border.Y = bounds.
Bottom
- borderWidth;
719
if (rowBounds.Y > bounds.
Bottom
)
726
g.DrawLine(gridLinePen, rowBounds.X, rowBounds.
Bottom
,
728
rowBounds.
Bottom
);
959
paintBounds.
Bottom
);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (4)
543
dataBounds.
Bottom
,
772
outline.X + outline.Height/2, outline.
Bottom
- indent - 1); // -1... hinting
776
points[0] = new Point(outline.X + outline.Height/2, outline.
Bottom
);
791
while (cy < relRect.
Bottom
) {
winforms\Managed\System\WinForms\DataGridRow.cs (1)
445
bounds.
Bottom
- borderWidth,
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (2)
451
rectThemeMargins.Height = DATAGRIDVIEWBUTTONCELL_themeMargin - rectContent.
Bottom
;
732
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewCell.cs (34)
3630
graphics.FillRectangle(this.DataGridView.GetCachedBrush(dividerHeightColor), bounds.X, bounds.
Bottom
- dividerThickness, bounds.Width, dividerThickness);
3646
graphics.DrawLine(penGridColor, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3650
graphics.DrawLine(penControlDark, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3654
graphics.DrawLine(penControlLightLight, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3659
y2 = bounds.
Bottom
- 3;
3669
graphics.DrawLine(penBackColor, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3675
y2 = bounds.
Bottom
- 1;
3685
graphics.DrawLine(penControlDark, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3691
y2 = bounds.
Bottom
- 1;
3701
graphics.DrawLine(penControlLightLight, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
3709
graphics.DrawLine(penGridColor, bounds.Right - 1, bounds.Y, bounds.Right - 1, bounds.
Bottom
- 1);
3713
graphics.DrawLine(penControlLightLight, bounds.Right - 1, bounds.Y, bounds.Right - 1, bounds.
Bottom
- 1);
3717
graphics.DrawLine(penControlDark, bounds.Right - 1, bounds.Y, bounds.Right - 1, bounds.
Bottom
- 1);
3722
y2 = bounds.
Bottom
- 3;
3732
graphics.DrawLine(penBackColor, bounds.Right - 1, bounds.Y, bounds.Right - 1, bounds.
Bottom
- 1);
3738
y2 = bounds.
Bottom
- 1;
3748
graphics.DrawLine(penControlDark, bounds.Right - 2, bounds.Y, bounds.Right - 2, bounds.
Bottom
- 1);
3754
y2 = bounds.
Bottom
- 1;
3765
graphics.DrawLine(penControlLightLight, bounds.Right - 2, bounds.Y, bounds.Right - 2, bounds.
Bottom
- 1);
3872
graphics.DrawLine(penGridColor, bounds.X, bounds.
Bottom
- 1, bounds.Right - 1, bounds.
Bottom
- 1);
3881
graphics.DrawLine(penControlLightLight, bounds.X, bounds.
Bottom
- 1, x2, bounds.
Bottom
- 1);
3892
graphics.DrawLine(penControlDark, x1, bounds.
Bottom
- 1, x2, bounds.
Bottom
- 1);
3916
graphics.DrawLine(penBackColor, x1, bounds.
Bottom
- 1, x2, bounds.
Bottom
- 1);
3917
graphics.DrawLine(penControlDark, x1 + 1, bounds.
Bottom
- 1, x2 - 1, bounds.
Bottom
- 1);
4376
rectPadding.Y = bounds.
Bottom
- cellStyle.Padding.Bottom;
4587
if (cellClip.
Bottom
<= cellBounds.
Bottom
- borderAndPaddingWidths.Height)
4589
hEditingPanel -= cellBounds.
Bottom
- cellClip.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (3)
1176
valBounds.Height -= borderWidths.
Bottom
;
1318
checkBoxY = valBounds.
Bottom
- checkBoxSize.Height;
1394
g.DrawLine(pen, checkBounds.Left, checkBounds.Top, checkBounds.Left, checkBounds.
Bottom
-1);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
796
valBounds.Height -= borderWidths.
Bottom
;
1252
Rectangle cornerClip = new Rectangle(bounds.Left, bounds.
Bottom
-2, 2, 2);
1255
cornerClip = new Rectangle(bounds.Right-2, bounds.
Bottom
-2, 2, 2);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2149
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (2)
490
rectThemeMargins.Height = DATAGRIDVIEWHEADERCELL_themeMargin - rectContent.
Bottom
;
653
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
738
imgBounds.Y = bounds.
Bottom
- imgBounds.Height;
821
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1014
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (31)
3058
r.Y = Math.Min(inside.
Bottom
- 3, r.Y);
6085
int y = Math.Min(e.Y + this.mouseBarOffset, this.layout.Data.
Bottom
- 1);
6356
int y = Math.Min(e.Y + this.mouseBarOffset, this.layout.Data.
Bottom
- 1);
7149
int height = rowRect.
Bottom
- columnRect.
Bottom
;
8668
if (mouseY >= rectScrollingArea.Top && mouseY <= rectScrollingArea.
Bottom
)
8731
Debug.Assert(mouseY > rectScrollingArea.
Bottom
);
8738
yOffset = mouseY - rectScrollingArea.
Bottom
; // yOffset strictly positive
8910
else if (mouseY > rectScrollingArea.
Bottom
)
8919
yOffset = mouseY - rectScrollingArea.
Bottom
; // yOffset strictly positive
8924
mouseY = rectScrollingArea.
Bottom
-1;
8931
mouseY = rectScrollingArea.
Bottom
-1;
9132
if (cy > data.
Bottom
)
9153
if (cy > data.
Bottom
)
9172
if (cutOverflow && cy + this.Rows.SharedRow(indexTmp).GetHeight(indexTmp) > data.
Bottom
)
9174
displayHeight = data.
Bottom
- cy;
9202
Debug.Assert(y >= data.Y-1 && y < data.
Bottom
, "y must be inside the vertical bounds of the data area.");
9214
while (indexTmp != -1 && cy < data.
Bottom
)
9234
while (indexTmp != -1 && cy < data.
Bottom
)
9531
else if (this.layout.ColumnHeaders.
Bottom
- y < DATAGRIDVIEW_rowSizingHotZone)
9537
hti.mouseBarOffset = this.layout.ColumnHeaders.
Bottom
- y - 1;
10143
bottom = data.
Bottom
;
10149
bottom = data.
Bottom
;
10173
bottom = this.GetRowDisplayRectangle(i, true /*cutOverflow*/).
Bottom
;
10190
bottom = rowDisplayRect.
Bottom
;
10480
this.layout.Data.
Bottom
,
10497
this.layout.Data.
Bottom
,
19376
if (pt.Y > rect.
Bottom
&& step > 0)
19379
new Size(ClientSize.Width, ClientSize.Height - (pt.Y - rect.
Bottom
) - step)));
26395
while (yRowBottomEdge > this.layout.Data.
Bottom
&& rowIndex > firstDisplayedScrollingRow)
26399
if (yRowBottomEdge > this.layout.Data.
Bottom
)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
788
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
699
valBounds.Height -= borderWidths.
Bottom
;
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (4)
278
valBounds.Height -= borderWidths.
Bottom
;
410
graphics.DrawLine(penControlDark, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
417
graphics.DrawLine(penControlLightLight, bounds.X, bounds.Y, bounds.X, bounds.
Bottom
- 1);
424
graphics.DrawLine(penControlDark, bounds.X + 1, bounds.Y + 1, bounds.X + 1, bounds.
Bottom
- 1);
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (3)
420
ptTextLocation.Y = cellBounds.
Bottom
- sizeText.Height;
425
ptTextLocation.Y = cellBounds.
Bottom
- sizeText.Height;
430
ptTextLocation.Y = cellBounds.
Bottom
- sizeText.Height;
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (4)
179
graphics.DrawLine(SystemPens.ControlLightLight, r.X, r.Y, r.X, r.
Bottom
);
183
graphics.DrawLine(SystemPens.ControlDark, r.X + 1, r.
Bottom
, r.Right, r.
Bottom
);
184
graphics.DrawLine(SystemPens.ControlDark, r.Right, r.Y + 1, r.Right, r.
Bottom
);
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (2)
208
clipMiddle.Y = textBounds.
Bottom
;
209
clipMiddle.Height -= (textBounds.
Bottom
- boxBounds.Top);
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (6)
215
bottom = bottom > 0 ? bottom : element.Bounds.
Bottom
+ Math.Abs(bottom);
289
Rectangle newElementBounds = new Rectangle(remainingBounds.X, remainingBounds.
Bottom
- elementSize.Height, elementSize.Width, elementSize.Height);
566
anchorInfo.Bottom = element.Bounds.
Bottom
;
842
prefSize.Height = Math.Max(prefSize.Height, elementSpace.
Bottom
);
863
prefSize.Height = Math.Max(prefSize.Height, elementSpace.
Bottom
+ anchorDest.Height);
866
prefSize.Height = Math.Max(prefSize.Height, anchorDest.
Bottom
);
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
342
value.Y = DisplayRect.
Bottom
- value.
Bottom
;
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (4)
482
Debug.Assert(region1.
Bottom
== region2.Top, "Adjacency error.");
487
Debug.Assert(region2.
Bottom
== region1.Top, "Adjacency error.");
515
int bottom = (specified & AnchorStyles.Bottom) != 0 ? substitutionBounds.
Bottom
: originalBounds.
Bottom
;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
516
yLoc = clientRect.
Bottom
- textRect.Height;
winforms\Managed\System\WinForms\ListView.cs (2)
4725
rectInvalid.Height += this.ClientRectangle.
Bottom
- rectInvalid.
Bottom
;
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1035
return this.ListView.FindNearestItem(searchDirection, r.Left, r.
Bottom
);
winforms\Managed\System\WinForms\NativeMethods.cs (2)
3094
this.bottom = r.
Bottom
;
4039
this.bottom = r.
Bottom
;
winforms\Managed\System\WinForms\StatusStrip.cs (2)
576
gripLocation = new NativeMethods.POINT(SizeGripBounds.Left, SizeGripBounds.
Bottom
);
579
gripLocation = new NativeMethods.POINT(SizeGripBounds.Right, SizeGripBounds.
Bottom
);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
468
g.DrawLine(SystemPens.ControlDark, tableBounds.Right, tableBounds.Y, tableBounds.Right, tableBounds.
Bottom
);
winforms\Managed\System\WinForms\ToolStrip.cs (13)
2354
if (!down && otherItem.Bounds.
Bottom
> selectedItem.Bounds.Top) {
2358
else if (down && otherItem.Bounds.Top < selectedItem.Bounds.
Bottom
) {
2365
Point otherItemMidLocation = new Point(otherItem.Bounds.X + otherItem.Width/2, (down)? otherItem.Bounds.Top : otherItem.Bounds.
Bottom
);
2425
else if ((!down && tanWinner.Bounds.
Bottom
<= hypotenuseWinner.Bounds.Top)
2426
||(down && tanWinner.Bounds.Top > hypotenuseWinner.Bounds.
Bottom
)) {
3942
new Point[] { new Point(verticalBeamStart, lastInsertionMarkRect.Y), new Point(verticalBeamStart, lastInsertionMarkRect.
Bottom
-1), // first vertical line
3943
new Point(verticalBeamStart+1, lastInsertionMarkRect.Y), new Point(verticalBeamStart+1, lastInsertionMarkRect.
Bottom
-1), //second vertical line
3947
new Point[] { new Point(start, lastInsertionMarkRect.
Bottom
-1), new Point(start + widthOfBeam-1, lastInsertionMarkRect.
Bottom
-1), //bottom line
3948
new Point(start+1, lastInsertionMarkRect.
Bottom
-2), new Point(start + widthOfBeam-2, lastInsertionMarkRect.
Bottom
-2),//bottom second line
4447
clientBounds.Contains(clientBounds.X, item.Bounds.
Bottom
);
5485
insertionRect = new Rectangle(owner.Margin.Left, item.Bounds.
Bottom
, owner.Width - (owner.Margin.Horizontal) -1, ToolStrip.insertionBeamWidth);
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
300
dropDownArrowRect = new Rectangle(0,options.client.
Bottom
+ scaledDropDownArrowPadding.Top, ownerItem.Bounds.Width-1, dropDownArrowSize.Height);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (7)
521
|| !displayRect.Contains(displayRect.X, nextItem.Bounds.
Bottom
)) {
528
delta = nextItem.Bounds.
Bottom
- (displayRect.Y + displayRect.Height);
543
if (displayRect.Contains(displayRect.X, this.Items[index].Bounds.
Bottom
- delta)) {
545
delta += (this.Items[index].Bounds.
Bottom
- delta) - displayRect.Top;
670
&& displayRectangle.Contains(displayRectangle.X, adjustedLastItemBounds.
Bottom
)) {
691
&& displayRectangle.Contains(displayRectangle.X, adjustedLastItemBounds.
Bottom
)) {
819
maxY = Math.Max(maxY, item.Bounds.
Bottom
);
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
323
g.DrawLine(foreColorPen, startX, bounds.Top, startX, bounds.
Bottom
- 1);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
929
location = new Point(0, dragRect.
Bottom
-1);
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
276
int spaceToFree = bounds.
Bottom
- displayRectangle.
Bottom
;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (6)
487
int spaceToFree = cell.CachedBounds.
Bottom
- RowManager.DisplayRectangle.
Bottom
;
1688
freedSpace += DisplayRectangle.
Bottom
- lastCell.Bounds.
Bottom
;
1754
int spaceToFree = (lastCell != null)? lastCell.Bounds.
Bottom
- newBounds.Height : 0;
1897
lastCellMargin.Top = Math.Max(0,locationToDrag.Y - nextCell.Bounds.
Bottom
);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
859
endGradient.Y = bounds.
Bottom
- endGradient.Height;
1313
g.DrawLine(leftPen, startX, bounds.Top, startX, bounds.
Bottom
- 1);
1317
g.DrawLine(rightPen, startX, bounds.Top + 1, startX, bounds.
Bottom
);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1036
baseRect.Offset(sizeGripBounds.X, sizeGripBounds.
Bottom
- 12 /*height of pyramid (10px) + 2px padding from bottom*/);
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (3)
390
int lastBottom = displayRectangle.
Bottom
;
533
if ((itemBounds.
Bottom
> displayRectangle.
Bottom
)
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (14)
241
e.Graphics.DrawLine(SystemPens.ButtonHighlight, 0,bounds.
Bottom
-1,bounds.Width, bounds.
Bottom
-1);
242
e.Graphics.DrawLine(SystemPens.InactiveBorder, 0,bounds.
Bottom
-2,bounds.Width,bounds.
Bottom
-2);
245
e.Graphics.DrawLine(SystemPens.ButtonHighlight, 0,bounds.
Bottom
-1,bounds.Width, bounds.
Bottom
-1);
246
e.Graphics.DrawLine(SystemPens.ButtonShadow, 0,bounds.
Bottom
-2,bounds.Width,bounds.
Bottom
-2);
629
g.DrawLine(leftPen, startX, bounds.Top, startX, bounds.
Bottom
);
633
g.DrawLine(rightPen, startX, bounds.Top, startX, bounds.
Bottom
);
671
g.DrawLine(leftPen, bounds.Left, bounds.Top, bounds.Left, bounds.
Bottom
-1);
672
g.DrawLine(rightPen, bounds.Right-1, bounds.Top, bounds.Right -1, bounds.
Bottom
-1);
673
g.DrawLine(bottomPen, bounds.Left, bounds.
Bottom
-1, bounds.Right -1, bounds.
Bottom
-1);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
875
g.FillRectangle(b, 0, clientRect.
Bottom
, this.Width, this.Height - clientRect.Height); // bottom border
winforms\Managed\System\WinForms\ToolTip.cs (9)
1575
visibleRect.bottom = (r.bottom > screen.WorkingArea.
Bottom
) ? screen.WorkingArea.
Bottom
:r.bottom;
1757
int pointY = (toolRectangle.Top + toolRectangle.
Bottom
) / 2;
1804
possibleLocations[BOTTOM_LOCATION_INDEX] = new Rectangle(centeredX, toolRectangle.
Bottom
, width, height);
2169
if (moveToLocation.Y + tipSize.Height> screen.WorkingArea.
Bottom
) {
2170
moveToLocation.Y = screen.WorkingArea.
Bottom
- tipSize.Height;
2451
if (wp->y + wp->cy + currentCursor.Size.Height - currentCursor.HotSpot.Y > screen.WorkingArea.
Bottom
) {
2476
if (wp->y + wp->cy > screen.WorkingArea.
Bottom
) {
2477
wp->y = screen.WorkingArea.
Bottom
- wp->cy;
winforms\Managed\System\WinForms\UpDownBase.cs (3)
814
Rectangle clipBottom = new Rectangle(bounds.Left, bounds.
Bottom
- border, bounds.Width, border);
1736
e.Graphics.DrawLine(pen, clientRect.Left, clientRect.
Bottom
- 1, clientRect.Right - 1, clientRect.
Bottom
- 1);
winforms\Managed\System\WinForms\WinFormsUtils.cs (4)
122
if (bounds.
Bottom
> constrainingBounds.
Bottom
) {
124
bounds.Y = constrainingBounds.
Bottom
- 1 - bounds.Height;
630
HandleRef hClippingRegion = new HandleRef(null, SafeNativeMethods.CreateRectRgn(viewportOrg.x + bounds.Left, viewportOrg.y + bounds.Top, viewportOrg.x + bounds.Right, viewportOrg.y + bounds.
Bottom
));
System.Windows.Forms.DataVisualization (14)
Common\General\ChartGraphics.cs (10)
2434
this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.Top, absPositionRounded.Left, absPositionRounded.
Bottom
);
2435
this.DrawLine(markPen, absPositionRounded.Right, absPositionRounded.Top, absPositionRounded.Right, absPositionRounded.
Bottom
);
2440
this.DrawLine(markPen, absPositionRounded.Left, absPositionRounded.
Bottom
, absPositionRounded.Right, absPositionRounded.
Bottom
);
2451
absPositionRounded.
Bottom
,
2453
absPositionRounded.
Bottom
);
2460
(axis.AxisPosition == AxisPosition.Top) ? absPositionRounded.Top : absPositionRounded.
Bottom
,
2483
(axis.AxisPosition == AxisPosition.Top) ? absPositionRounded.Top : absPositionRounded.
Bottom
,
2569
leftLine[0].Y = absPositionRounded.
Bottom
;
2576
rightLine[0].Y = absPositionRounded.
Bottom
;
Common\General\Legend.cs (2)
2472
separatorPosition.Y = legendItem.Cells[0].cellPosition.
Bottom
;
2542
this._legendItemsAreaPosition.
Bottom
+ (this._truncatedDotsSize + this._offset.Height) / 2);
Common\General\LegendColumns.cs (2)
2166
imagePosition.Y = this.cellPosition.
Bottom
- imagePosition.Height;
2271
seriesMarkerPosition.Y = this.cellPosition.
Bottom
- seriesMarkerPosition.Height;
System.Workflow.Activities (29)
Designers\ConditionalDesigner.cs (2)
109
diamondRectangle.Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 2 + (compositeDesignerTheme.ConnectorSize.Height * 3 / 2 - diamondRectangle.Height) / 2 + 1;
123
new Point(rectangle.Left + rectangle.Width / 2, rectangle.
Bottom
- 1),
Designers\ListenDesigner.cs (1)
86
roundRectangle.Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 2 + (compositeDesignerTheme.ConnectorSize.Height * 3 / 2 - roundRectangle.Height) / 2;
Designers\SetStateDesigner.cs (1)
95
textRectangle.
Bottom
+ (margin.Height / 2));
Designers\StateDesigner.cs (9)
814
Point point = new Point(midHorz, bounds.
Bottom
);
1413
int minimumY = _eventHandlersLayout.Bounds.
Bottom
+ DefaultStateDesignerAutoLayoutDistance;
1457
maximumY = Math.Max(maximumY, stateDesigner.Bounds.
Bottom
);
1461
if (maximumY > this.Bounds.
Bottom
)
1463
Size newSize = new Size(this.Size.Width, this.Size.Height + ((maximumY + DefaultStateDesignerAutoLayoutDistance) - this.Bounds.
Bottom
));
1473
int maximumY = _eventHandlersLayout.Bounds.
Bottom
+ DefaultStateDesignerAutoLayoutDistance;
1485
maximumY = stateDesigner.Bounds.
Bottom
+ DefaultStateDesignerAutoLayoutDistance;
1505
newSize.Height = Math.Max(newSize.Height, bounds.
Bottom
);
1650
int eventHandlersLayoutBottom = this._statesLayout.EventHandlersLayout.Bounds.
Bottom
;
Designers\StateDesigner.Layouts.cs (7)
711
graphics.DrawLine(designerTheme.BorderPen, bounds.Left, bounds.
Bottom
, bounds.Right, bounds.
Bottom
);
1025
graphics.DrawLine(designerTheme.BorderPen, rectangle.Left, rectangle.
Bottom
, rectangle.Right, rectangle.
Bottom
);
1183
int y = _titleBarLayout.Bounds.
Bottom
+ 1;
1203
Point location = new Point(this.Location.X, _titleBarLayout.Bounds.
Bottom
);
1381
origin.Y = _designerLayout.Bounds.
Bottom
+ ambientTheme.SelectionSize.Height + ActiveDesignerPadding;
Designers\StateDesignerConnector.cs (2)
235
path.AddLine(new Point(bounds.Right, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
));
236
path.AddLine(new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
), new Point(bounds.Left, bounds.Top + bounds.Height / 2));
Designers\StateMachineDesignerPaint.cs (3)
71
if ((top + height) > bounds.
Bottom
)
72
height -= rectangle.
Bottom
- bounds.
Bottom
;
Designers\WhileDesigner.cs (3)
55
points[0].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height / 3;
57
points[1].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height / 3;
64
DrawConnectors(e.Graphics, compositeDesignerTheme.ForegroundPen, new Point[] { points[0], new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
) }, LineAnchor.None, LineAnchor.None);
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
449
if (listboxRectangle.
Bottom
> topLevelControlSize.Height)
System.Workflow.ComponentModel (161)
AuthoringOM\Design\ActivityDesigner.cs (6)
956
hitRectangle = new Rectangle(bounds.Left, bounds.
Bottom
, bounds.Width, bounds.
Bottom
- bounds.
Bottom
);
1189
connections.Add(new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
));
3065
formShown = (Form.ActiveForm.Location == designer.PointToScreen(new Point(activatedBounds.Left, activatedBounds.
Bottom
)));
3119
this.activeDesigner.OnShowSmartTagVerbs(new Point(bounds.Left, bounds.
Bottom
+ 1));
AuthoringOM\Design\ActivityPreviewDesigner.cs (5)
170
int headerHeight = this.previewStrip.Bounds.
Bottom
- Location.Y;
581
this.previewWindow.Location = new Point(bounds.Left + bounds.Width / 2 - this.previewWindow.Size.Width / 2, previewStripRectangle.
Bottom
+ 3 * e.AmbientTheme.Margin.Height);
584
this.separatorLine[0].Y = previewStripRectangle.
Bottom
;
588
this.separatorLine[1].Y = previewStripRectangle.
Bottom
;
593
int headerHeight = this.previewStrip.Bounds.
Bottom
- Location.Y;
AuthoringOM\Design\Connector.cs (11)
524
path.AddLine(new Point(bounds.Right, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
));
525
path.AddLine(new Point(bounds.Left + bounds.Width / 2, bounds.
Bottom
), new Point(bounds.Left, bounds.Top + bounds.Height / 2));
1699
designerEdgeCover.Add(DesignerEdges.Left, new Point[] { new Point(bounds.Left, bounds.Top), new Point(bounds.Left, bounds.
Bottom
) });
1701
designerEdgeCover.Add(DesignerEdges.Right, new Point[] { new Point(bounds.Right, bounds.Top), new Point(bounds.Right, bounds.
Bottom
) });
1702
designerEdgeCover.Add(DesignerEdges.Bottom, new Point[] { new Point(bounds.Left, bounds.
Bottom
), new Point(bounds.Right, bounds.
Bottom
) });
1820
begin.Y = Math.Min(Math.Max(begin.Y, enclosingRectangle.Top + 1), enclosingRectangle.
Bottom
- 1);
2791
AddCover(new ConnectorSegment(new Point(rectangle.Left, rectangle.Top), new Point(rectangle.Left, rectangle.
Bottom
)));
2792
AddCover(new ConnectorSegment(new Point(rectangle.Right, rectangle.Top), new Point(rectangle.Right, rectangle.
Bottom
)));
2794
AddCover(new ConnectorSegment(new Point(rectangle.Left, rectangle.
Bottom
), new Point(rectangle.Right, rectangle.
Bottom
)));
AuthoringOM\Design\DesignerHelpers.cs (67)
222
rectangle.Y = destination.
Bottom
- rectangle.Height;
305
graphics.DrawLine(lightPen, bounds.Left + 1, bounds.
Bottom
- 1, bounds.Left + 1, bounds.Top + 1);
307
graphics.DrawLine(darkPen, bounds.Left + 1, bounds.
Bottom
- 1, bounds.Right - 1, bounds.
Bottom
- 1);
308
graphics.DrawLine(darkPen, bounds.Right - 1, bounds.
Bottom
- 1, bounds.Right - 1, bounds.Top + 1);
309
graphics.DrawLine(darkdarkPen, bounds.Left, bounds.
Bottom
, bounds.Right, bounds.
Bottom
);
310
graphics.DrawLine(darkdarkPen, bounds.Right, bounds.
Bottom
, bounds.Right, bounds.Top);
337
for (int gridCoOrdY = gridStart.Y; gridCoOrdY <= viewableRectangle.
Bottom
; gridCoOrdY += Math.Max(ambientTheme.GridSize.Height, 1))
342
((gridCoOrdY + ambientTheme.GridSize.Height / 2) >= viewableRectangle.Top && (gridCoOrdY + ambientTheme.GridSize.Height / 2) <= viewableRectangle.
Bottom
))
382
graphics.DrawLine(CompositeDesignerTheme.ExpandButtonForegoundPen, boundingRect.Left + boundingRect.Width / 2, boundingRect.Top + 2, boundingRect.Left + boundingRect.Width / 2, boundingRect.
Bottom
- 2);
583
graphics.DrawLine(Pens.Red, bounds.Left, bounds.Top, bounds.Right, bounds.
Bottom
);
584
graphics.DrawLine(Pens.Red, bounds.Right, bounds.Top, bounds.Left, bounds.
Bottom
);
758
roundedRectangle.AddLine(rectangle.Left, rectangle.
Bottom
- radius, rectangle.Left, rectangle.Top + radius);
762
roundedRectangle.AddLine(rectangle.Right, rectangle.Top + radius, rectangle.Right, rectangle.
Bottom
- radius);
763
roundedRectangle.AddArc(rectangle.Right - diameter, rectangle.
Bottom
- diameter, diameter, diameter, 0.0f, 90.0f);
764
roundedRectangle.AddLine(rectangle.Right - radius, rectangle.
Bottom
, rectangle.Left + radius, rectangle.
Bottom
);
765
roundedRectangle.AddArc(rectangle.Left, rectangle.
Bottom
- diameter, diameter, diameter, 90.0f, 90.0f);
831
pagePaths[0].AddLine(pageBounds.Right, pageBounds.Top, pageBounds.Right, pageBounds.
Bottom
);
832
pagePaths[0].AddLine(pageBounds.Right, pageBounds.
Bottom
, pageBounds.Left, pageBounds.
Bottom
);
833
pagePaths[0].AddLine(pageBounds.Left, pageBounds.
Bottom
, pageBounds.Left, pageBounds.Top + pageFoldSize);
846
pagePaths[0].AddLine(pageBounds.Right, pageBounds.Top, pageBounds.Right, pageBounds.
Bottom
);
847
pagePaths[0].AddLine(pageBounds.Right, pageBounds.
Bottom
, pageBounds.Left + pageFoldSize, pageBounds.
Bottom
);
848
pagePaths[0].AddLine(pageBounds.Left + pageFoldSize, pageBounds.
Bottom
, pageBounds.Left + pageFoldSize, pageBounds.
Bottom
- pageFoldSize);
849
pagePaths[0].AddLine(pageBounds.Left + pageFoldSize, pageBounds.
Bottom
- pageFoldSize, pageBounds.Left, pageBounds.
Bottom
- pageFoldSize);
850
pagePaths[0].AddLine(pageBounds.Left, pageBounds.
Bottom
- pageFoldSize, pageBounds.Left, pageBounds.Top);
854
pagePaths[1].AddLine(pageBounds.Left + pageFoldSize, pageBounds.
Bottom
, pageBounds.Left + pageFoldSize, pageBounds.
Bottom
- pageFoldSize);
855
pagePaths[1].AddLine(pageBounds.Left + pageFoldSize, pageBounds.
Bottom
- pageFoldSize, pageBounds.Left, pageBounds.
Bottom
- pageFoldSize);
856
pagePaths[1].AddLine(pageBounds.Left, pageBounds.
Bottom
- pageFoldSize, pageBounds.Left + pageFoldSize, pageBounds.
Bottom
);
866
pagePaths[0].AddLine(pageBounds.Right, pageBounds.Top + pageFoldSize, pageBounds.Right, pageBounds.
Bottom
);
867
pagePaths[0].AddLine(pageBounds.Right, pageBounds.
Bottom
, pageBounds.Left, pageBounds.
Bottom
);
868
pagePaths[0].AddLine(pageBounds.Left, pageBounds.
Bottom
, pageBounds.Left, pageBounds.Top);
881
pagePaths[0].AddLine(pageBounds.Right, pageBounds.Top, pageBounds.Right, pageBounds.
Bottom
- pageFoldSize);
882
pagePaths[0].AddLine(pageBounds.Right, pageBounds.
Bottom
- pageFoldSize, pageBounds.Right - pageFoldSize, pageBounds.
Bottom
- pageFoldSize);
883
pagePaths[0].AddLine(pageBounds.Right - pageFoldSize, pageBounds.
Bottom
- pageFoldSize, pageBounds.Right - pageFoldSize, pageBounds.
Bottom
);
884
pagePaths[0].AddLine(pageBounds.Right - pageFoldSize, pageBounds.
Bottom
, pageBounds.Left, pageBounds.
Bottom
);
885
pagePaths[0].AddLine(pageBounds.Left, pageBounds.
Bottom
, pageBounds.Left, pageBounds.Top);
889
pagePaths[1].AddLine(pageBounds.Right, pageBounds.
Bottom
- pageFoldSize, pageBounds.Right - pageFoldSize, pageBounds.
Bottom
- pageFoldSize);
890
pagePaths[1].AddLine(pageBounds.Right - pageFoldSize, pageBounds.
Bottom
- pageFoldSize, pageBounds.Right - pageFoldSize, pageBounds.
Bottom
);
891
pagePaths[1].AddLine(pageBounds.Right - pageFoldSize, pageBounds.
Bottom
, pageBounds.Right, pageBounds.
Bottom
- pageFoldSize);
1041
if (!NativeMethods.LineTo(this.hdc, gridCoOrd, viewableRectangle.
Bottom
- 1))
1054
if (!NativeMethods.LineTo(this.hdc, gridCoOrd + gridUnit.Width / 2, viewableRectangle.
Bottom
- 1))
1063
for (int gridCoOrd = gridStart.Y; gridCoOrd <= viewableRectangle.
Bottom
; gridCoOrd += Math.Max(gridUnit.Height, 1))
1074
if (showMinorGrid && (gridCoOrd + gridUnit.Height / 2) >= viewableRectangle.Top && (gridCoOrd + gridUnit.Height / 2) <= viewableRectangle.
Bottom
)
1841
distances.Add(DistanceFromPointToLineSegment(point, new Point[] { new Point(rect.Left, rect.Top), new Point(rect.Left, rect.
Bottom
) }));
1853
distances.Add(DistanceFromPointToLineSegment(point, new Point[] { new Point(rect.Right, rect.Top), new Point(rect.Right, rect.
Bottom
) }));
1859
distances.Add(DistanceFromPointToLineSegment(point, new Point[] { new Point(rect.Left, rect.
Bottom
), new Point(rect.Right, rect.
Bottom
) }));
1923
distances.Add(DistanceBetweenPoints(point, new Point(rect.Right, rect.
Bottom
)));
1924
distances.Add(DistanceBetweenPoints(point, new Point(rect.Right + rect.Width / 2, rect.
Bottom
)));
1925
distances.Add(DistanceBetweenPoints(point, new Point(rect.Left, rect.
Bottom
)));
1926
distances.Add(DistanceBetweenPoints(point, new Point(rect.Left, rect.
Bottom
- rect.Height / 2)));
AuthoringOM\Design\DesignerWidgets.cs (15)
338
this.itemStrip.Location = new Point(leftScrollButtonBounds.Left, leftScrollButtonBounds.
Bottom
);
498
if (buttonRectangle.Y >= this.bounds.
Bottom
)
499
buttonRectangle.Y = this.bounds.
Bottom
- buttonRectangle.Size.Height;
1309
else if (this.workingRectangle.
Bottom
< bounds.
Bottom
)
1310
fittingOffset.Height -= bounds.
Bottom
- this.workingRectangle.
Bottom
;
2374
toolInfo.rect.bottom = rectangle.
Bottom
;
2759
graphics.DrawLine(ambientTheme.DropIndicatorPen, dropTargets[activeDropTarget].Left + dropTargets[activeDropTarget].Width / 2, dropTargets[activeDropTarget].Top, dropTargets[activeDropTarget].Left + dropTargets[activeDropTarget].Width / 2, dropTargets[activeDropTarget].
Bottom
);
3254
this.canvasBounds.Location = new Point(value.X + this.bounds.Width / 2 - this.canvasBounds.Width / 2, this.previewModeDescRectangle.
Bottom
+ margin.Height);
3430
graphics.DrawLine(SystemPens.ControlDarkDark, canvasRect.Left, canvasRect.Top, canvasRect.Left, canvasRect.
Bottom
);
3432
graphics.DrawLine(SystemPens.ControlLight, canvasRect.Right, canvasRect.Top, canvasRect.Right, canvasRect.
Bottom
);
3433
graphics.DrawLine(SystemPens.ControlLight, canvasRect.Left, canvasRect.
Bottom
, canvasRect.Right, canvasRect.
Bottom
);
3435
graphics.DrawLine(SystemPens.ControlLight, canvasRect.Left, canvasRect.Top, canvasRect.Left, canvasRect.
Bottom
);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (8)
510
paintArgs.Graphics.DrawLine(SystemPens.ControlDark, lineRectangle.Left, lineRectangle.
Bottom
, lineRectangle.Right, lineRectangle.
Bottom
);
511
paintArgs.Graphics.DrawLine(SystemPens.ControlLightLight, lineRectangle.Left, lineRectangle.
Bottom
+ 1, lineRectangle.Right, lineRectangle.
Bottom
+ 1);
515
paintArgs.Graphics.DrawLine(SystemPens.ControlDark, lineRectangle.Left, lineRectangle.
Bottom
, lineRectangle.Right, lineRectangle.
Bottom
);
516
paintArgs.Graphics.DrawLine(SystemPens.ControlLightLight, lineRectangle.Left, lineRectangle.
Bottom
+ 1, lineRectangle.Right, lineRectangle.
Bottom
+ 1);
AuthoringOM\Design\FreeFormDesigner.cs (8)
826
size.Height += Math.Max(childRectangle.
Bottom
- bounds.
Bottom
, 0);
938
bounds.Height = Math.Max(minRectangle.
Bottom
- bounds.Top, e.Bounds.
Bottom
- bounds.Top);
1119
rightBottom.Y = (rightBottom.Y < activityDesigner.Bounds.
Bottom
) ? activityDesigner.Bounds.
Bottom
: rightBottom.Y;
1132
rightBottom.Y = (rightBottom.Y < connector.Bounds.
Bottom
) ? connector.Bounds.
Bottom
: rightBottom.Y;
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
115
Point location = designer.ParentView.LogicalPointToScreen(new Point(bounds.Left, bounds.
Bottom
));
AuthoringOM\Design\Glyphs\SelectionGlyph.cs (3)
59
grabHandles[4] = new Rectangle(selectionRect.Right - grabHandleSize.Width, selectionRect.
Bottom
- grabHandleSize.Height, grabHandleSize.Width, grabHandleSize.Height);
60
grabHandles[5] = new Rectangle(new Point(selectionRect.Left + (selectionRect.Width - grabHandleSize.Width) / 2, selectionRect.
Bottom
- grabHandleSize.Height), grabHandleSize);
61
grabHandles[6] = new Rectangle(selectionRect.Left, selectionRect.
Bottom
- grabHandleSize.Height, grabHandleSize.Width, grabHandleSize.Height);
AuthoringOM\Design\MessageFilters\AutoScrollExpandMessageFilter.cs (2)
127
else if (clientPoint.Y >= clientRectangle.
Bottom
- clientRectangle.Height / 10 && vScrollBar.Value < vScrollBar.Maximum - vScrollBar.LargeChange)
176
scrollIndicatorRectangles[3].Y = clientRectangle.
Bottom
- indicatorMargins.Height - scrollIndicatorSize.Height;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (5)
195
if (Math.Floor(DesignerGeometryHelper.DistanceFromPointToLineSegment(point, new Point[] { new Point(designerBounds.Left, designerBounds.Top), new Point(designerBounds.Left, designerBounds.
Bottom
) })) <= selectionSize.Width + 1)
199
if (Math.Floor(DesignerGeometryHelper.DistanceFromPointToLineSegment(point, new Point[] { new Point(designerBounds.Right, designerBounds.Top), new Point(designerBounds.Right, designerBounds.
Bottom
) })) <= selectionSize.Width + 1)
201
if (Math.Floor(DesignerGeometryHelper.DistanceFromPointToLineSegment(point, new Point[] { new Point(designerBounds.Left, designerBounds.
Bottom
), new Point(designerBounds.Right, designerBounds.
Bottom
) })) <= selectionSize.Height + 1)
311
designerBounds.Height += (point.Y - designerBounds.
Bottom
);
AuthoringOM\Design\ParallelActivityDesigner.cs (13)
311
dropTargets[0].Location = new Point(Location.X + (Size.Width - ((designerTheme != null) ? designerTheme.ConnectorSize.Width : 0)) / 2, TextRectangle.
Bottom
);
366
parallelLinks[0].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 4;
368
parallelLinks[1].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 4;
373
parallelLinks[0].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 4;
375
parallelLinks[1].Y = bounds.
Bottom
;
395
connectingLine[1].Y = bounds.
Bottom
- compositeDesignerTheme.ConnectorSize.Height * 3 / 4;
419
heightDelta += bounds.
Bottom
- dropTargetRectangle.
Bottom
;
424
DrawConnectors(e.Graphics, e.AmbientTheme.DropIndicatorPen, new Point[] { new Point(dropTargetRectangle.Left + dropTargetRectangle.Width / 2, dropTargetRectangle.Top + 2), new Point(dropTargetRectangle.Left + dropTargetRectangle.Width / 2, dropTargetRectangle.
Bottom
- 2) }, compositeDesignerTheme.ConnectorStartCap, compositeDesignerTheme.ConnectorEndCap);
440
connectorPoints[0].Y = dropTargetRectangle.
Bottom
;
441
connectorPoints[1].Y = dropTargetRectangle.
Bottom
;
456
connectorPoints[0].Y = dropTargetRectangle.
Bottom
;
457
connectorPoints[1].Y = dropTargetRectangle.
Bottom
;
AuthoringOM\Design\SequentialActivityDesigner.cs (6)
209
connections.Add(new Point(startDesignerBounds.Left + startDesignerBounds.Width / 2, startDesignerBounds.
Bottom
));
239
connections.Add(new Point(endDesignerBounds.Left + endDesignerBounds.Width / 2, endDesignerBounds.
Bottom
));
412
DrawConnectors(e.Graphics, compositeDesignerTheme.ForegroundPen, new Point[] { new Point(connectors[0].X + connectors[0].Width / 2, helpTextRectangle.
Bottom
+ 2), new Point(connectors[0].X + connectors[0].Width / 2, connectors[0].
Bottom
- 2) }, LineAnchor.None, compositeDesignerTheme.ConnectorEndCap);
425
DrawConnectors(e.Graphics, pen, new Point[] { new Point(connectors[i].Left + connectors[i].Width / 2, connectors[i].Top + 2), new Point(connectors[i].Left + connectors[i].Width / 2, connectors[i].
Bottom
- 2) }, startCap, endCap);
568
grabHandles[1] = new Rectangle(bounds.X + bounds.Width / 2 - ambientTheme.SelectionSize.Width / 2, bounds.
Bottom
- ambientTheme.SelectionSize.Height, ambientTheme.SelectionSize.Width, ambientTheme.SelectionSize.Height);
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (3)
120
bounds.Y = (this.isHeader) ? designerBounds.Top : designerBounds.
Bottom
- bounds.Height;
141
bounds.Y = (this.isHeader) ? designerBounds.Top + margin.Height : designerBounds.
Bottom
- margin.Height - this.textSize.Height;
173
bounds.Y = designerBounds.
Bottom
- margin.Height;
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (3)
370
imageRectangle.Y = HeaderBarRectangle.
Bottom
+ WorkflowTheme.CurrentTheme.AmbientTheme.Margin.Height;
389
e.Graphics.DrawLine(e.DesignerTheme.BorderPen, rectangle.Left, rectangle.
Bottom
, rectangle.Right, rectangle.
Bottom
);
AuthoringOM\Design\WorkflowPrinting.cs (1)
298
layoutRectangle.Y = headerFooterPrintData.PageBounds.
Bottom
- headerFooterPrintData.HeaderFooterMargins.Bottom - layoutRectangle.Size.Height;
AuthoringOM\Design\WorkflowView.cs (4)
1739
if (!clientRectangle.Contains(rect.Location) || !clientRectangle.Contains(new Point(rect.Right, rect.
Bottom
)))
1752
if (!clientRectangle.Contains(new Point(clientRectangle.Left, rect.Top)) || !clientRectangle.Contains(new Point(clientRectangle.Left, rect.
Bottom
)))
1757
scrollDelta.Height = rect.
Bottom
- clientRectangle.
Bottom
;
System.WorkflowServices (4)
System\Workflow\Activities\Design\GradientPanel.cs (2)
91
Brush frameBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.
Bottom
), BaseColor, LightingColor);
136
arc.Y = frame.
Bottom
- diameter;
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (2)
50
Brush frameBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.
Bottom
), BaseColor, LightingColor);
92
arc.Y = frame.
Bottom
- diameter;