6 references to ViewportInformation
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
221
if (
ViewportInformation
.IsDesktop && _isNavMenuOpen)
319
if (
ViewportInformation
.IsDesktop)
342
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));