6 references to horizontalCovers
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (6)
1295get { return this.horizontalCovers; } 1321List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers; 1388for (int i = 0; i < this.horizontalCovers.Count; i++) 1390ConnectorSegment segment = this.horizontalCovers[i]; 1424for (int i = 0; i < this.horizontalCovers.Count; i++) 1426ConnectorSegment segment = this.horizontalCovers[i];