38 references to Application
PresentationFramework (38)
src\Framework\System\Windows\Navigation\NavigationService.cs (38)
477if (this.Application != null && 478this.Application.CheckAccess()) 482this.Application.BrowserCallbackServices != null)) 595Invariant.Assert(_navigatorHost != null && _navigatorHost == Application.MainWindow && 598this.Application.BrowserCallbackServices.UpdateAddressBar(source.ToString()); 1797if (Application != null && Application.CheckAccess()) 1799Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2231Debug.Assert(this.Application != null && 2232this.Application.CheckAccess() == true && 2233IsSameUri(null, Application.StartupUri, 2259if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2261this.Application.FireNavigating(e, _bp == null); 2417if (this.Application != null && this.Application.CheckAccess()) 2419this.Application.FireNavigated(e); 2576if (this.Application != null && this.Application.CheckAccess()) 2578this.Application.FireNavigationProgress(e); 2625if (this.Application != null && this.Application.CheckAccess()) 2627this.Application.FireLoadCompleted(e); 2675if (Application != null && Application.CheckAccess()) 2677Application.FireFragmentNavigation(e); 2775if (this.Application != null && this.Application.CheckAccess()) 2777this.Application.FireNavigationStopped(e); 2934if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2936this.Application.FireNavigationFailed(e); 3658this.Application.BrowserCallbackServices.UpdateTravelLog(addNewEntry); 3772(this.Application != null && 3773this.Application.CheckAccess() == true && 3774this.Application.NavService == this) 3881if ((this.Application != null) && 3882(this.Application.CheckAccess() == true) &&