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