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