4 references to ViewportInformation
Aspire.Dashboard (4)
Components\Layout\AspirePageContentLayout.razor.cs (2)
56if (ViewportInformation.IsDesktop && IsToolbarPanelOpen) 65if (!ViewportInformation.IsUltraLowHeight)
Components\Pages\IPageWithSessionAndUrlState.cs (2)
67if (layout is not null && !layout.ViewportInformation.IsDesktop && waitToApplyMobileChange) 88if (layout is not null && !layout.ViewportInformation.IsDesktop)