32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1582if (Application != null && Application.CheckAccess()) 1584Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2003Debug.Assert(this.Application != null && 2004this.Application.CheckAccess() && 2005IsSameUri(null, Application.StartupUri, 2031if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2033this.Application.FireNavigating(e, _bp == null); 2180if (this.Application != null && this.Application.CheckAccess()) 2182this.Application.FireNavigated(e); 2324if (this.Application != null && this.Application.CheckAccess()) 2326this.Application.FireNavigationProgress(e); 2373if (this.Application != null && this.Application.CheckAccess()) 2375this.Application.FireLoadCompleted(e); 2423if (Application != null && Application.CheckAccess()) 2425Application.FireFragmentNavigation(e); 2520if (this.Application != null && this.Application.CheckAccess()) 2522this.Application.FireNavigationStopped(e); 2679if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2681this.Application.FireNavigationFailed(e); 3421(this.Application != null && 3422this.Application.CheckAccess() && 3423this.Application.NavService == this) 3517if ((this.Application != null) && 3518(this.Application.CheckAccess()) &&