5 references to Bottom
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (1)
169
edgeLocation = EdgeLocation.
Bottom
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoSplitHelper.cs (3)
36
exitEdge = EdgeLocation.
Bottom
;
39
case EdgeLocation.
Bottom
:
165
return shapeCenter.Y < mousePosition.Y ? EdgeLocation.Top : EdgeLocation.
Bottom
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (1)
182
case EdgeLocation.
Bottom
: return new Vector(0, small / 2);