I'm trying to set custom visual states of multiple items like Button, GridViewItem, and ListBoxItem. It seems like I'm missing some states. I searched through the stackoverflow and msdn and could not find a list of possible visual states so that I can verify if I'm covering them all or not. Does anyone know somewhere I can find a list of VisualState Names and GroupNames?
Update: you can check the Templates for Button in Visual Studio but not for those items that cannot be added through the toolbox.