2 writes to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2507add { _stopped += value; } 2508remove { _stopped -= value; }
2 references to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2519if (_stopped != null) 2521_stopped(INavigatorHost, e);