3 references to ViewportInformation
Aspire.Dashboard (3)
Components\Layout\AspirePageContentLayout.razor.cs (2)
59
if (
ViewportInformation
.IsDesktop && IsToolbarPanelOpen)
68
if (!
ViewportInformation
.IsUltraLowHeight)
Components\Pages\IPageWithSessionAndUrlState.cs (1)
67
if (layout is not null && !layout.
ViewportInformation
.IsDesktop && waitToApplyMobileChange)