4 references to StartNode
System.Activities (4)
System\Activities\Statements\Flowchart.cs (4)
219
if (this.
StartNode
== null && this.Nodes.Count > 0)
225
this.DepthFirstVisitNodes((n) => this.VisitNode(n, metadata), this.
StartNode
);
281
if (this.
StartNode
!= null)
287
this.ExecuteNodeChain(context, this.
StartNode
, null);