10 references to _terminalViewRef
Aspire.Dashboard (10)
Components\Pages\ConsoleLogs.razor.cs (10)
472
_terminalViewRef
is { } terminalView &&
486
_terminalViewRef
is { } terminalForLayout)
1388
if (_terminalSizePresets.Count == 0 &&
_terminalViewRef
is not null)
1398
var presets = await
_terminalViewRef
.GetSizePresetsAsync();
1466
if (_terminalToolbarState is not { } s ||
_terminalViewRef
is null)
1470
return
_terminalViewRef
.SetFontSizeAsync(Math.Max(TerminalFontMin, s.FontPx - TerminalFontStep));
1475
if (_terminalToolbarState is not { } s ||
_terminalViewRef
is null)
1479
return
_terminalViewRef
.SetFontSizeAsync(Math.Min(TerminalFontMax, s.FontPx + TerminalFontStep));
1484
if (newKey is null ||
_terminalViewRef
is null)
1488
return
_terminalViewRef
.SetSizeModeAsync(newKey);