4 references to ViewportInformation
Aspire.Dashboard (4)
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)