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