2 instantiations of VisualStateChangedEventArgs
PresentationFramework (2)
src\Framework\System\Windows\VisualStateGroup.cs (2)
142
CurrentStateChanging(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));
150
CurrentStateChanged(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));
2 references to VisualStateChangedEventArgs
PresentationFramework (2)
src\Framework\System\Windows\VisualStateGroup.cs (2)
157
public event EventHandler<
VisualStateChangedEventArgs
> CurrentStateChanged;
162
public event EventHandler<
VisualStateChangedEventArgs
> CurrentStateChanging;