32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1586if (Application != null && Application.CheckAccess()) 1588Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2007Debug.Assert(this.Application != null && 2008this.Application.CheckAccess() == true && 2009IsSameUri(null, Application.StartupUri, 2035if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2037this.Application.FireNavigating(e, _bp == null); 2184if (this.Application != null && this.Application.CheckAccess()) 2186this.Application.FireNavigated(e); 2331if (this.Application != null && this.Application.CheckAccess()) 2333this.Application.FireNavigationProgress(e); 2380if (this.Application != null && this.Application.CheckAccess()) 2382this.Application.FireLoadCompleted(e); 2430if (Application != null && Application.CheckAccess()) 2432Application.FireFragmentNavigation(e); 2530if (this.Application != null && this.Application.CheckAccess()) 2532this.Application.FireNavigationStopped(e); 2689if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2691this.Application.FireNavigationFailed(e); 3434(this.Application != null && 3435this.Application.CheckAccess() == true && 3436this.Application.NavService == this) 3536if ((this.Application != null) && 3537(this.Application.CheckAccess() == true) &&