2 writes to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2567add { _stopped += value; } 2568remove { _stopped -= value; }
2 references to _stopped
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
2579if (_stopped != null) 2581_stopped(INavigatorHost, e);