2 writes to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2514
add {
_stopped
+= value; }
2515
remove {
_stopped
-= value; }
2 references to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2526
if (
_stopped
!= null)
2528
_stopped
(INavigatorHost, e);