32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1595if (Application != null && Application.CheckAccess()) 1597Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2016Debug.Assert(this.Application != null && 2017this.Application.CheckAccess() && 2018IsSameUri(null, Application.StartupUri, 2044if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2046this.Application.FireNavigating(e, _bp == null); 2193if (this.Application != null && this.Application.CheckAccess()) 2195this.Application.FireNavigated(e); 2337if (this.Application != null && this.Application.CheckAccess()) 2339this.Application.FireNavigationProgress(e); 2386if (this.Application != null && this.Application.CheckAccess()) 2388this.Application.FireLoadCompleted(e); 2436if (Application != null && Application.CheckAccess()) 2438Application.FireFragmentNavigation(e); 2533if (this.Application != null && this.Application.CheckAccess()) 2535this.Application.FireNavigationStopped(e); 2692if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2694this.Application.FireNavigationFailed(e); 3434(this.Application != null && 3435this.Application.CheckAccess() && 3436this.Application.NavService == this) 3530if ((this.Application != null) && 3531(this.Application.CheckAccess()) &&