I'm using VSM (Visual State Manager, from the WPF Toolkit) in WPF and I'm trying to find a list of States.
Basically, I understand that there are certain "magic" states - like the MouseOver state is automatically applied when the control is moused over, or the Focused state that is applied when ... focused.
Is there a list of these somewhere? I'm sure there is, I just can't find it.