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