How do I programmatically get the current Visual State of a WPF FrameworkElement? And by state I mean the states like \"Normal\", \"MouseOver\", \"Disabled\", etc.
EDIT:
I think you should use GoToElementState method instead of GoToState method.
VisualStateManager.GoToElementState(LayoutRoot, "Add", true);