1 write to _ipcSender
Microsoft.AspNetCore.Components.WebView (1)
Services\WebViewNavigationManager.cs (1)
21
_ipcSender
= ipcSender;
7 references to _ipcSender
Microsoft.AspNetCore.Components.WebView (7)
Services\WebViewNavigationManager.cs (7)
47
_ipcSender
.EndLocationChanging(callId, shouldContinueNavigation);
54
_ipcSender
.NotifyUnhandledException(ex);
75
_ipcSender
.Navigate(uri, options);
82
_ipcSender
.NotifyUnhandledException(ex);
90
_ipcSender
.Refresh(forceReload);
96
_ipcSender
.NotifyUnhandledException(ex);
101
_ipcSender
.SetHasLocationChangingListeners(value);