4 references to ViewportInformation
Aspire.Dashboard (4)
Components\Layout\AspirePageContentLayout.razor.cs (2)
57
if (
ViewportInformation
.IsDesktop && IsToolbarPanelOpen)
66
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)