7 references to ViewportInformation
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (3)
165if (ViewportInformation.IsDesktop && _isNavMenuOpen) 238if (ViewportInformation.IsDesktop) 261if (ViewportInformation.IsDesktop)
Components_Layout_MainLayout_razor.g.cs (1)
292if (ViewportInformation.IsDesktop)
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
74builder.Add(p => p.ViewportInformation, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false)); 118builder.Add(p => p.ViewportInformation, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false)); 164builder.Add(p => p.ViewportInformation, new ViewportInformation(IsDesktop: true, IsUltraLowHeight: false, IsUltraLowWidth: false));