GoXam for WPF v3
WalkTree Method
Northwoods.GoXam.Layout Namespace > TreeLayout Class : WalkTree Method
Traverse the Network and assign the TreeVertex.Parent, TreeVertex.Level, and TreeVertex.Children properties.
Syntax
protected virtual void WalkTree( 
   TreeVertex v
)

Parameters

v
Remarks
This method should walk the tree recursively. The standard implementation gracefully handles shared nodes, including cyclical references. However, there can only be one TreeVertex.Parent per node. If a node is declared to be the child of multiple nodes, it is not guaranteed which node wins as the parent node. If any of the children of this node are in the RootVertexes collection, they are removed from that collection.
See Also

Reference

TreeLayout Class
TreeLayout Members