What is the proper way to implement VisualStates for multiple VisualStateGroups?
问题 This question is a follow-up to my previous question as well as this related question about how VisualStates work in WPF. Currently, my understanding is that animating the same property within different VisualStateGroups can cause problems (see the linked questions). To resolve these problems, it requires loop-holes to be taken advantage of. (Perhaps loop-hole isn't the correct term, but it appears that the solution isn't what the WPF designers intended.) I'm wondering what is the correct way