WPF Framework not unsubscribing from Button.Command’s CanExecuteChanged event
In my WPF application, I have a DataGrid (virtualization disabled for both rows and columns). The ItemsSource of the DataGrid is an ObservableCollection< ItemViewModel >. On my first column’s CellTemplate, I have some elements including this Button :