7 references to ViewportInformation
Aspire.Dashboard (7)
Components\Layout\AspirePageContentLayout.razor.cs (2)
56
if (
ViewportInformation
.IsDesktop && IsToolbarPanelOpen)
65
if (!
ViewportInformation
.IsUltraLowHeight)
Components\Pages\IPageWithSessionAndUrlState.cs (2)
67
if (layout is not null && !layout.
ViewportInformation
.IsDesktop && waitToApplyMobileChange)
88
if (layout is not null && !layout.
ViewportInformation
.IsDesktop)
Components_Layout_AspirePageContentLayout_razor.g.cs (3)
180
if (
ViewportInformation
.IsDesktop)
494
ViewportInformation
.IsDesktop ? $"grid-area: main; overflow: auto; {MainContentStyle}" : GetMobileMainStyle()
520
if (
ViewportInformation
.IsDesktop)