6 references to ViewportInformation
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
213
if (
ViewportInformation
.IsDesktop && _isNavMenuOpen)
311
if (
ViewportInformation
.IsDesktop)
334
if (
ViewportInformation
.IsDesktop)
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
70
builder.Add(p => p.
ViewportInformation
, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));
117
builder.Add(p => p.
ViewportInformation
, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));
169
builder.Add(p => p.
ViewportInformation
, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));