PropertyChanged Calling the Changed Property’s Setter
I am currently learning .NET and WinUI3, and noticed that when changing the SelectedItem of a ListView and calling PropertyChanged, PropertyChanged calls the property’s setter. Am I doing something wrong?