GoXam for WPF v3
Ports Property
Northwoods.GoXam Namespace > Node Class : Ports Property
Gets a collection of FrameworkElements that have a non-null GetPortId value.
Syntax
public virtual IEnumerable<FrameworkElement> Ports {get;}

Property Value

This will include VisualElement itself, which might not even have a Node.PortId attached property value, if there aren't any elements with a non-null Node.PortId.
See Also

Reference

Node Class
Node Members