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