Hide Link(s) and Node(s)

Hi Walter,
You save the day again (month with this issue).

After I’ve set the binding of the Part.Visible property to be in mode of TwoWay both the links and nodes are not visible and hidden appropriately.

I don’t understand what cause the binding of the link’s DataTemplate to become local value of true. I’ll be glad if you can explain it to me,

Any way thank you and it’s not working great.

Ido.

Setting a DependencyProperty that has a one-way data Binding will just discard the Binding and assign the new value.

Setting a DependencyProperty that has a Mode=TwoWay data Binding will cause the source object to be updated with the new value.