protected virtual void DoRebuildLinkElements()
protected virtual void DoRebuildLinkElements()
This will call AddLinkForData(Object,IDiagramModel) for each of the link data objects in the model, whether explicit link data in an Northwoods.GoXam.Model.ILinksModel, or implicit for each node in an Northwoods.GoXam.Model.ITreeModel or an Northwoods.GoXam.Model.IConnectedModel. It also calls AddLinkForData(Object,IDiagramModel) for each Link that is in the Diagram's PartsModel.
The implementation of this method and the methods that it calls should not modify the model.