27 references to InvokeVoidAsync
Aspire.Dashboard (20)
Components\Controls\Chart\MetricTable.razor.cs (1)
91await _jsModule.InvokeVoidAsync("announceDataGridRows", "metric-table-container", indices);
Components\Controls\Chart\PlotlyChart.razor.cs (2)
88await _jsModule.InvokeVoidAsync( 100await _jsModule.InvokeVoidAsync(
Components\Controls\IconCheckbox.razor.cs (2)
105await _jsModule.InvokeVoidAsync("initializeIconCheckboxKeyboard", _element); 128await _jsModule.InvokeVoidAsync("disposeIconCheckboxKeyboard", _element);
Components\Controls\MarkdownRenderer.razor.cs (1)
55await _jsModule.InvokeVoidAsync("highlightCodeBlocks", _containerElement);
Components\Controls\TerminalView.razor.cs (6)
236await _jsModule.InvokeVoidAsync("disposeTerminal", _terminalId); 311await _jsModule.InvokeVoidAsync("setFontSizeFromHost", _terminalId, fontPx); 331await _jsModule.InvokeVoidAsync("setSizeModeFromHost", _terminalId, sizeKey); 374await _jsModule.InvokeVoidAsync("refreshToolbarState", _terminalId); 397await _jsModule.InvokeVoidAsync("refreshLayout", _terminalId); 417await _jsModule.InvokeVoidAsync("disposeTerminal", _terminalId);
Components\Controls\TextVisualizer.razor.cs (3)
81await _jsModule.InvokeVoidAsync("connectObserver", _containerElement); 89await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 104await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement);
Components\Dialogs\FilterDialog.razor.cs (1)
413await _jsModule.InvokeVoidAsync("showPicker", _datePickerInput);
Components\Dialogs\InteractionsInputDialog.razor.cs (1)
298await _jsModule.InvokeVoidAsync("togglePasswordVisibility", element.Id);
Components\Pages\Resources.razor.cs (3)
403await _jsModule.InvokeVoidAsync("initializeResourcesGraph", _resourcesInteropReference, graphIcons); 918await _jsModule.InvokeVoidAsync("updateResourcesGraphSelected", PageViewModel.SelectedResource?.Name); 1026await _jsModule.InvokeVoidAsync("updateResourcesGraphContextMenu", open);
Microsoft.AspNetCore.Components.QuickGrid (2)
QuickGrid.razor.cs (2)
332_ = _jsModule?.InvokeVoidAsync("checkColumnOptionsPosition", _tableReference).AsTask(); 665await _jsEventDisposable.InvokeVoidAsync("stop");
Microsoft.AspNetCore.Components.Web (2)
JSComponents\JSComponentInterop.cs (2)
177() => jsObjectReference.InvokeVoidAsync(JSFunctionPropertyName).AsTask()); 185value => jsObjectReference.InvokeVoidAsync(JSFunctionPropertyName, value).AsTask());
Microsoft.AspNetCore.Components.WebView.Maui (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
174 await module.InvokeVoidAsync("notifyCssUpdated", matchPathSuffix);
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
174 await module.InvokeVoidAsync("notifyCssUpdated", matchPathSuffix);
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
174 await module.InvokeVoidAsync("notifyCssUpdated", matchPathSuffix);