2 writes to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2504
add {
_stopped
+= value; }
2505
remove {
_stopped
-= value; }
2 references to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2516
if (
_stopped
!= null)
2518
_stopped
(INavigatorHost, e);