6 references to Bottom
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (6)
323
ConnectorSegment bottomCover = coverSet.GetCover(Z, DesignerEdges.
Bottom
);
539
ConnectorSegment lesserCover = coverSet.GetCover(Z, (orientation == Orientation.Horizontal) ? DesignerEdges.Left : DesignerEdges.
Bottom
);
574
side = (direction.Y < 0) ? DesignerEdges.
Bottom
: DesignerEdges.Top;
1122
ConnectorSegment bottomCover = coverSet.GetCover(p, DesignerEdges.
Bottom
);
1391
int currentDistance = (int)((side == DesignerEdges.
Bottom
) ? p.Y - segment.A.Y : segment.A.Y - p.Y);
1427
int currentDistance = (int)((side == DesignerEdges.
Bottom
) ? p.Y - segment.A.Y : segment.A.Y - p.Y);