2 writes to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2576
add {
_stopped
+= value; }
2577
remove {
_stopped
-= value; }
2 references to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2588
if (
_stopped
!= null)
2590
_stopped
(INavigatorHost, e);