GoXam for WPF v3
Nodes Property (PartManager)
Northwoods.GoXam Namespace > PartManager Class : Nodes Property
Gets an IEnumerable<Node> holding all of the Nodes that are in the diagram, including Groups, including nodes that are not bound to data, but excluding Adornments.
Syntax
public IEnumerable<Node> Nodes {get;}
Remarks
If you want to add a Node to the diagram, call AddNodeForData. There is no guaranteed order in which the Nodes are returned in this value.
See Also

Reference

PartManager Class
PartManager Members