3 references to Navigated
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
47
this.
Navigated
+= new NavigatedEventHandler(XappLauncherApp_Navigated);
src\Framework\System\Windows\Application.cs (2)
1468
if (
Navigated
!= null)
1470
Navigated
(this, e);