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