2 instantiations of VisualStateChangedEventArgs
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
139
CurrentStateChanging(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));
147
CurrentStateChanged(stateGroupsRoot, new
VisualStateChangedEventArgs
(oldState, newState, control, stateGroupsRoot));
2 references to VisualStateChangedEventArgs
PresentationFramework (2)
System\Windows\VisualStateGroup.cs (2)
154
public event EventHandler<
VisualStateChangedEventArgs
> CurrentStateChanged;
159
public event EventHandler<
VisualStateChangedEventArgs
> CurrentStateChanging;