8 references to _dataGrid
Aspire.Dashboard (8)
Components\Pages\TraceDetail.razor.cs (8)
113await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 226await _dataGrid.SafeRefreshDataAsync(); 246if (_dataGrid != null && FluentDataGridHelper<SpanWaterfallViewModel>.TrySetMaxItemCount(_dataGrid, 10_000)) 309await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 317await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 343await _dataGrid.SafeRefreshDataAsync(); 395await _dataGrid.SafeRefreshDataAsync();