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