7 references to ViewportInformation
Aspire.Dashboard (7)
Components\Controls\SummaryDetailsView.razor.cs (3)
80public string EffectivePanel1Size => ViewportInformation.IsDesktop ? _panel1Size : "0fr"; 81public string EffectivePanel2Size => ViewportInformation.IsDesktop ? _panel2Size : "1fr"; 83public string PanelMinimumSize => ViewportInformation.IsDesktop ? "150px" : "0";
Components_Controls_SummaryDetailsView_razor.g.cs (4)
213!_internalShowDetails || !ViewportInformation.IsDesktop 327_internalShowDetails && !ViewportInformation.IsDesktop ? "display:none" : string.Empty 353if (_internalShowDetails && !ViewportInformation.IsDesktop) 485if (_internalShowDetails && ViewportInformation.IsDesktop)