32 references to Application
PresentationFramework (32)
System\Windows\Navigation\NavigationService.cs (32)
1610if (Application != null && Application.CheckAccess()) 1612Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 2034Debug.Assert(this.Application != null && 2035this.Application.CheckAccess() == true && 2036IsSameUri(null, Application.StartupUri, 2062if (!e.Cancel && this.Application != null && this.Application.CheckAccess()) 2064this.Application.FireNavigating(e, _bp == null); 2220if (this.Application != null && this.Application.CheckAccess()) 2222this.Application.FireNavigated(e); 2367if (this.Application != null && this.Application.CheckAccess()) 2369this.Application.FireNavigationProgress(e); 2416if (this.Application != null && this.Application.CheckAccess()) 2418this.Application.FireLoadCompleted(e); 2466if (Application != null && Application.CheckAccess()) 2468Application.FireFragmentNavigation(e); 2566if (this.Application != null && this.Application.CheckAccess()) 2568this.Application.FireNavigationStopped(e); 2725if (!e.Handled && this.Application != null && this.Application.CheckAccess()) 2727this.Application.FireNavigationFailed(e); 3470(this.Application != null && 3471this.Application.CheckAccess() == true && 3472this.Application.NavService == this) 3578if ((this.Application != null) && 3579(this.Application.CheckAccess() == true) &&