1 write to connectablePoints
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (1)
408this.connectablePoints = value;
5 references to connectablePoints
System.Workflow.ComponentModel (5)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (5)
393return this.connectablePoints; 402if (this.connectablePoints != null) 404foreach (ConnectionPoint snapPoint in this.connectablePoints) 410if (this.connectablePoints != null) 412foreach (ConnectionPoint snapPoint in this.connectablePoints)