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