9 references to Location
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPoint.cs (5)
119
if (this.
Location
.X == topLeft.X)
123
else if (this.
Location
.X == topLeft.X + parentWidth)
127
else if (this.
Location
.Y == topLeft.Y)
131
else if (this.
Location
.Y == topLeft.Y + parentHeight)
156
dist = DesignerGeometryHelper.DistanceBetweenPoints(refPoint, point.
Location
);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (2)
469
this.activeEditPoint.Location = targetConnPt.
Location
;
483
this.activeEditPoint.Location = targetConnPt.
Location
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
267
return connectionPoint.
Location
;
314
if (new Rect(panel.TranslatePoint(connPoint.
Location
, outmost) + connPoint.HitTestOffset, connPoint.HitTestSize).Contains(hitPoint))