8 references to _dataGrid
Aspire.Dashboard (8)
Components\Pages\TraceDetail.razor.cs (8)
123await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 231await _dataGrid.SafeRefreshDataAsync(); 272if (_dataGrid != null && FluentDataGridHelper<SpanWaterfallViewModel>.TrySetMaxItemCount(_dataGrid, 10_000)) 327await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 335await InvokeAsync(_dataGrid.SafeRefreshDataAsync); 361await _dataGrid.SafeRefreshDataAsync(); 413await _dataGrid.SafeRefreshDataAsync();