1 write to _maximumHeightPx
Aspire.Dashboard (1)
Components\Layout\TerminalDock.razor.cs (1)
237_maximumHeightPx = Math.Clamp(viewportHeightPx, 1, MaximumHeightPx);
2 references to _maximumHeightPx
Aspire.Dashboard (2)
Components\Layout\TerminalDock.razor.cs (2)
238_heightPx = Math.Clamp(heightPx, EffectiveMinimumHeightPx, _maximumHeightPx); 242private int EffectiveMinimumHeightPx => Math.Min(MinimumHeightPx, _maximumHeightPx);