45 writes to Icon
Aspire.Dashboard (45)
Components\Controls\ClearSignalsButton.razor.cs (2)
43
Icon
= s_clearAllResourcesIcon,
52
Icon
= s_clearSelectedResourceIcon,
Components\Controls\DashboardRunSelect.razor.cs (1)
66
Icon
= s_checkmarkIcon,
Components\Controls\ResourceDetails.razor.cs (2)
274
Icon
= _showAll ? new Icons.Regular.Size16.DocumentHeader() : new Icons.Regular.Size16.DocumentOnePage(),
289
Icon
= IsMaskAllChecked ? new Icons.Regular.Size16.Eye() : new Icons.Regular.Size16.EyeOff(),
Components\Pages\ConsoleLogs.razor.cs (7)
685
Icon
= new Icons.Regular.Size16.Subtract(),
693
Icon
= new Icons.Regular.Size16.Add(),
714
Icon
= new Icons.Regular.Size16.ArrowExpand(),
727
Icon
= new Icons.Regular.Size16.ArrowDownload()
761
Icon
= new Icons.Regular.Size16.CalendarClock()
768
Icon
= _isTimestampUtc ? new Icons.Regular.Size16.CheckboxChecked() : new Icons.Regular.Size16.CheckboxUnchecked(),
776
Icon
= _noWrapLogs ? new Icons.Regular.Size16.TextWrap() : new Icons.Regular.Size16.TextWrapOff()
Components\Pages\Resources.razor.cs (4)
485
Icon
= new Icons.Regular.Size16.Eye()
495
Icon
= new Icons.Regular.Size16.EyeOff()
506
Icon
= new Icons.Regular.Size16.EyeOff()
516
Icon
= new Icons.Regular.Size16.Eye()
Components\Pages\TraceDetail.razor.cs (2)
130
Icon
= new Icons.Regular.Size16.ArrowExpandAll(),
138
Icon
= new Icons.Regular.Size16.ArrowCollapseAll(),
Model\CommonMenuItems.cs (2)
30
Icon
= new Icons.Regular.Size16.Eye()
39
Icon
= new Icons.Regular.Size16.EyeOff()
Model\ResourceMenuBuilder.cs (11)
78
Icon
= s_viewDetailsIcon,
88
Icon
= s_consoleLogsIcon,
100
Icon
= s_bracesIcon,
121
Icon
= s_exportEnvIcon,
174
Icon
= s_linkMultipleIcon,
195
Icon
= s_linkIcon,
219
Icon
= s_structuredLogsIcon,
232
Icon
= s_tracesIcon,
246
Icon
= s_metricsIcon,
294
Icon
= s_toolboxIcon,
312
Icon
= _iconResolver.ResolveCommandIcon(command.IconName, command.IconVariant),
Model\SpanMenuBuilder.cs (4)
66
Icon
= s_viewDetailsIcon,
74
Icon
= s_structuredLogsIcon,
87
Icon
= s_genAIIcon,
95
Icon
= s_bracesIcon,
Model\StructuredLogMenuBuilder.cs (3)
89
Icon
= s_viewDetailsIcon,
97
Icon
= s_messageOpenIcon,
113
Icon
= s_bracesIcon,
Model\TraceMenuBuilder.cs (3)
84
Icon
= s_viewDetailsIcon,
96
Icon
= s_structuredLogsIcon,
107
Icon
= s_bracesIcon,
Utils\FilterHelpers.cs (4)
38
Icon
= filter.Enabled ? new Icons.Regular.Size16.Play() : new Icons.Regular.Size16.Pause(),
53
Icon
= new Icons.Regular.Size16.Pause(),
70
Icon
= new Icons.Regular.Size16.Play(),
86
Icon
= new Icons.Regular.Size16.Delete(),
6 references to Icon
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (4)
461
Assert.IsType<Icons.Regular.Size16.Checkmark>(item.
Icon
);
472
Assert.IsType<Icons.Regular.Size16.Checkmark>(item.
Icon
);
539
Assert.IsType<Icons.Regular.Size16.Checkmark>(item.
Icon
);
545
Assert.IsType<Icons.Regular.Size16.Checkmark>(item.
Icon
);
Aspire.Dashboard.Tests (2)
Model\ResourceMenuBuilderTests.cs (2)
412
Assert.IsType<Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.Size16.QuestionCircle>(e.
Icon
);
454
Assert.Null(e.
Icon
);