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