I have a ViewModel class that contains a list of points, and I am trying to bind it to a Polyline. The Polyline picks up the initial list of points, but does not notice when
i got it to work as a POCO by implementing INotifyCollectionChanged instead of INotifyPropertyChanged.