I know WPF is horrible and that I should never use it, but it’s what I know. One of my next goal is to take a look at Glide.
That said, how smart is it WPF about change management for backing variables?
Meaning if I have a Text with “some value” as it’s TextContent, and I try to set it to “some value” again, will the setter realize that it already has that value and know that it doesn’t need to do anything? Or will it try to erase the field and redraw it?