7 references to ViewportInformation
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (3)
199if (ViewportInformation.IsDesktop && _isNavMenuOpen) 300if (ViewportInformation.IsDesktop) 323if (ViewportInformation.IsDesktop)
Components_Layout_MainLayout_razor.g.cs (1)
304if (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));