2 references to VisualStateChangedEventArgs
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
143
CurrentStateChanging(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));
151
CurrentStateChanged(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));