GoXam for WPF v3
Links Property (PartManager)
Northwoods.GoXam Namespace > PartManager Class : Links Property
Gets a IEnumerable<Link> holding all of the Links that are in the diagram, including links that are not bound to data.
Syntax
public IEnumerable<Link> Links {get;}
Remarks
If you want to add a Link to the diagram, call AddLinkForData(Object,IDiagramModel) or or AddLinkForData(Object,Object,IDiagramModel). There is no guaranteed order in which the Links are returned in this value.
See Also

Reference

PartManager Class
PartManager Members