5 references to horizontalCovers
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Connector.cs (5)
2809List<ConnectorSegment> covers = (cover.Orientation == Orientation.Vertical) ? this.verticalCovers : this.horizontalCovers; 2911for (int i = 0; i < this.horizontalCovers.Count; i++) 2913ConnectorSegment segment = this.horizontalCovers[i]; 2946for (int i = 0; i < this.horizontalCovers.Count; i++) 2948ConnectorSegment segment = this.horizontalCovers[i];