I am working on a DependencyProperty callback (PropertyChangedCallback) where the sender is a ListBoxItem object. I need in the code to access the ListBox that is containing the ListBoxItem.
Is it possible ?
I have tried listBoxItem.Parent but it is null