1 override of Root
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
976
protected override ModelItem
Root
5 references to Root
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GraphManager.cs (5)
61
if (this.
Root
== null)
67
queue.Enqueue(this.
Root
);
68
reachableVertices.Add(this.
Root
);
174
if (vertex == this.
Root
)
191
if (object.ReferenceEquals(destinationVertex, this.
Root
))