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); 2526if (this.Application != null && this.Application.CheckAccess()) 2528this.Application.FireNavigationStopped(e); 2685if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2687this.Application.FireNavigationFailed(e); 3430(this.Application != null && 3431this.Application.CheckAccess() && 3432this.Application.NavService == this) 3532if ((this.Application != null) && 3533(this.Application.CheckAccess()) &&