4 references to ViewportInformation
Aspire.Dashboard (2)
Components\Layout\MainLayout.razor.cs (2)
154
if (
ViewportInformation
.IsDesktop && _isNavMenuOpen)
227
if (
ViewportInformation
.IsDesktop)
Aspire.Dashboard.Components.Tests (2)
Layout\MainLayoutTests.cs (2)
71
builder.Add(p => p.
ViewportInformation
, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));
115
builder.Add(p => p.
ViewportInformation
, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));