7 references to ViewportInformation
Aspire.Dashboard (7)
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)
Components_Layout_AspirePageContentLayout_razor.g.cs (3)
180if (ViewportInformation.IsDesktop) 494ViewportInformation.IsDesktop ? $"grid-area: main; overflow: auto; {MainContentStyle}" : GetMobileMainStyle() 520if (ViewportInformation.IsDesktop)