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