12 references to connectors
System.Workflow.ComponentModel (12)
AuthoringOM\Design\FreeFormDesigner.cs (12)
330return this.connectors.AsReadOnly(); 400List<Connector> connectors = new List<Connector>(this.connectors); 444if (this.connectors.Contains(connector)) 447this.connectors.Add(connector); 466if (this.connectors.Contains(connector)) 470this.connectors.Remove(connector); 569for (int i = 0; i < this.connectors.Count; i++) 571if (this.connectors[i].HitTest(point)) 653for (int i = 0; i < this.connectors.Count; i++) 654((IDisposable)this.connectors[i]).Dispose(); 655this.connectors.Clear(); 805foreach (Connector connector in this.connectors)