3 references to Nodes
System.Activities (3)
System\Activities\Statements\Flowchart.cs (3)
190if (this.ValidateUnconnectedNodes && (this.reachableNodes.Count < this.Nodes.Count)) 195IEnumerable<FlowNode> childrenNodes = this.ValidateUnconnectedNodes ? this.Nodes.Distinct() : this.reachableNodes; 219if (this.StartNode == null && this.Nodes.Count > 0)