32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1625if (Application != null && Application.CheckAccess()) 1627Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2059Debug.Assert(this.Application != null && 2060this.Application.CheckAccess() == true && 2061IsSameUri(null, Application.StartupUri, 2087if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2089this.Application.FireNavigating(e, _bp == null); 2245if (this.Application != null && this.Application.CheckAccess()) 2247this.Application.FireNavigated(e); 2393if (this.Application != null && this.Application.CheckAccess()) 2395this.Application.FireNavigationProgress(e); 2442if (this.Application != null && this.Application.CheckAccess()) 2444this.Application.FireLoadCompleted(e); 2492if (Application != null && Application.CheckAccess()) 2494Application.FireFragmentNavigation(e); 2592if (this.Application != null && this.Application.CheckAccess()) 2594this.Application.FireNavigationStopped(e); 2751if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2753this.Application.FireNavigationFailed(e); 3496(this.Application != null && 3497this.Application.CheckAccess() == true && 3498this.Application.NavService == this) 3604if ((this.Application != null) && 3605(this.Application.CheckAccess() == true) &&