3 writes to SecondaryActionIcon
Aspire.Dashboard (1)
Components\Controls\DashboardRunSelect.razor.cs (1)
67SecondaryActionIcon = run.IsPinned ? s_pinnedIcon : s_pinIcon,
Aspire.Dashboard.Components.Tests (2)
Controls\AspireMenuTests.cs (2)
29SecondaryActionIcon = new Icons.Regular.Size16.Pin(), 34item.SecondaryActionIcon = new Icons.Filled.Size16.Pin();
5 references to SecondaryActionIcon
Aspire.Dashboard.Components.Tests (5)
Layout\MainLayoutTests.cs (5)
462Assert.IsType<Icons.Regular.Size16.Pin>(item.SecondaryActionIcon); 473Assert.IsType<Icons.Regular.Size16.Pin>(item.SecondaryActionIcon); 496Assert.IsType<Icons.Filled.Size16.Pin>(menuButton.Instance.Items[0].SecondaryActionIcon); 509Assert.IsType<Icons.Filled.Size16.Pin>(historicalItem.SecondaryActionIcon); 724Assert.IsType<Icons.Regular.Size16.Pin>(items[0].SecondaryActionIcon);