4 references to Stopped
PresentationFramework (4)
System\Windows\Application.cs (3)
1542
case NavigationStateChange.
Stopped
:
1814
PerformNavigationStateChangeTasks(true, false, NavigationStateChange.
Stopped
);
1828
PerformNavigationStateChangeTasks(e.IsNavigationInitiator, false, NavigationStateChange.
Stopped
);
System\Windows\Navigation\NavigationService.cs (1)
1618
Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.
Stopped
);