Is a dispatcher needed to change data-bound properties in WPF .Net Core 3 or newer?
问题 A lot of examples (even from MS) use a dispatcher to update data-bound properties and a bunch of different answers could be found. Does an 'official' statement exist? Currently, I always use a dispatcher and I would only change this if I can be sure that this is an official feature and it will still work on future .Net versions. 回答1: I don't believe an official statement exists. However, it generally seems to depend on the type of update that you're doing. If you're updating a normal property