I have a ListView whose ItemsSource is bound to an ObservableCollection. The collection is filled with "WaypointItem" objects (a small class we defined with the info for the listview).
The WaypointItem is our binding source for each row, but is there any magic way to get a reference to all objects (targets) binding to this class from within the WaypointItem code?
Thanks jason