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)
207!_internalShowDetails || !ViewportInformation.IsDesktop 321_internalShowDetails && !ViewportInformation.IsDesktop ? "display:none" : string.Empty 347if (_internalShowDetails && !ViewportInformation.IsDesktop) 479if (_internalShowDetails && ViewportInformation.IsDesktop)