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