32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1585if (Application != null && Application.CheckAccess()) 1587Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2006Debug.Assert(this.Application != null && 2007this.Application.CheckAccess() && 2008IsSameUri(null, Application.StartupUri, 2034if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2036this.Application.FireNavigating(e, _bp == null); 2183if (this.Application != null && this.Application.CheckAccess()) 2185this.Application.FireNavigated(e); 2330if (this.Application != null && this.Application.CheckAccess()) 2332this.Application.FireNavigationProgress(e); 2379if (this.Application != null && this.Application.CheckAccess()) 2381this.Application.FireLoadCompleted(e); 2429if (Application != null && Application.CheckAccess()) 2431Application.FireFragmentNavigation(e); 2529if (this.Application != null && this.Application.CheckAccess()) 2531this.Application.FireNavigationStopped(e); 2688if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2690this.Application.FireNavigationFailed(e); 3433(this.Application != null && 3434this.Application.CheckAccess() && 3435this.Application.NavService == this) 3535if ((this.Application != null) && 3536(this.Application.CheckAccess()) &&