7 references to ViewportInformation
Aspire.Dashboard (7)
Components\Controls\SummaryDetailsView.razor.cs (3)
80
public string EffectivePanel1Size =>
ViewportInformation
.IsDesktop ? _panel1Size : "0fr";
81
public string EffectivePanel2Size =>
ViewportInformation
.IsDesktop ? _panel2Size : "1fr";
83
public 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
347
if (_internalShowDetails && !
ViewportInformation
.IsDesktop)
479
if (_internalShowDetails &&
ViewportInformation
.IsDesktop)