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); 2327if (this.Application != null && this.Application.CheckAccess()) 2329this.Application.FireNavigationProgress(e); 2376if (this.Application != null && this.Application.CheckAccess()) 2378this.Application.FireLoadCompleted(e); 2426if (Application != null && Application.CheckAccess()) 2428Application.FireFragmentNavigation(e); 2523if (this.Application != null && this.Application.CheckAccess()) 2525this.Application.FireNavigationStopped(e); 2682if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2684this.Application.FireNavigationFailed(e); 3424(this.Application != null && 3425this.Application.CheckAccess() && 3426this.Application.NavService == this) 3526if ((this.Application != null) && 3527(this.Application.CheckAccess()) &&