8 references to NotifyLocationChanged
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
507/// <see cref="NotifyLocationChanged(bool)"/> until they have first confirmed the navigation by calling
Microsoft.AspNetCore.Components.Server (3)
Circuits\RemoteNavigationManager.cs (3)
51NotifyLocationChanged(isInterceptedLink: false); 64NotifyLocationChanged(isInterceptedLink: false); 93NotifyLocationChanged(intercepted);
Microsoft.AspNetCore.Components.Tests (2)
RouteViewTest.cs (1)
174NotifyLocationChanged(false);
Routing\RouterTest.cs (1)
276NotifyLocationChanged(intercepted);
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\WebAssemblyNavigationManager.cs (1)
43NotifyLocationChanged(isInterceptedLink);
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
29NotifyLocationChanged(intercepted);