32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1627if (Application != null && Application.CheckAccess()) 1629Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2061Debug.Assert(this.Application != null && 2062this.Application.CheckAccess() == true && 2063IsSameUri(null, Application.StartupUri, 2089if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2091this.Application.FireNavigating(e, _bp == null); 2247if (this.Application != null && this.Application.CheckAccess()) 2249this.Application.FireNavigated(e); 2395if (this.Application != null && this.Application.CheckAccess()) 2397this.Application.FireNavigationProgress(e); 2444if (this.Application != null && this.Application.CheckAccess()) 2446this.Application.FireLoadCompleted(e); 2494if (Application != null && Application.CheckAccess()) 2496Application.FireFragmentNavigation(e); 2594if (this.Application != null && this.Application.CheckAccess()) 2596this.Application.FireNavigationStopped(e); 2753if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2755this.Application.FireNavigationFailed(e); 3498(this.Application != null && 3499this.Application.CheckAccess() == true && 3500this.Application.NavService == this) 3606if ((this.Application != null) && 3607(this.Application.CheckAccess() == true) &&