1 write to _internalShowDetails
Aspire.Dashboard (1)
Components\Controls\SummaryDetailsView.razor.cs (1)
132_internalShowDetails = ShowDetails;
5 references to _internalShowDetails
Aspire.Dashboard (5)
Components\Controls\SummaryDetailsView.razor.cs (1)
101if (ShowDetails != _internalShowDetails)
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)