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