41 writes to Icon
Aspire.Dashboard (41)
Components\Controls\AssistantChat.razor.cs (1)
123_selectedModelItem?.Icon = new Icons.Regular.Size16.Checkmark();
Components\Controls\ClearSignalsButton.razor.cs (2)
39Icon = s_clearAllResourcesIcon, 47Icon = s_clearSelectedResourceIcon,
Components\Controls\SpanActions.razor.cs (3)
57Icon = s_viewDetailsIcon, 63Icon = s_structuredLogsIcon, 76Icon = s_gitHubCopilotIcon,
Components\Controls\SpanDetails.razor.cs (2)
111Icon = new Icons.Regular.Size16.SlideTextSparkle(), 124Icon = new Icons.Regular.Size16.Sparkle(),
Components\Controls\StructuredLogActions.razor.cs (3)
65Icon = s_viewDetailsIcon, 71Icon = s_messageOpenIcon, 84Icon = s_gitHubCopilotIcon,
Components\Controls\TraceActions.razor.cs (3)
53Icon = s_viewDetailsIcon, 63Icon = s_structuredLogsIcon, 76Icon = s_gitHubCopilotIcon,
Components\Pages\ConsoleLogs.razor.cs (4)
441Icon = new Icons.Regular.Size16.ArrowDownload() 477Icon = new Icons.Regular.Size16.CalendarClock() 484Icon = _isTimestampUtc ? new Icons.Regular.Size16.CheckboxChecked() : new Icons.Regular.Size16.CheckboxUnchecked(), 492Icon = _noWrapLogs ? new Icons.Regular.Size16.TextWrap() : new Icons.Regular.Size16.TextWrapOff()
Components\Pages\Resources.razor.cs (4)
474Icon = new Icons.Regular.Size16.Eye() 484Icon = new Icons.Regular.Size16.EyeOff() 495Icon = new Icons.Regular.Size16.EyeOff() 505Icon = new Icons.Regular.Size16.Eye()
Components\Pages\TraceDetail.razor.cs (3)
141Icon = new Icons.Regular.Size16.SlideTextSparkle(), 159Icon = new Icons.Regular.Size16.ArrowExpandAll(), 167Icon = new Icons.Regular.Size16.ArrowCollapseAll(),
Model\CommonMenuItems.cs (2)
30Icon = new Icons.Regular.Size16.Eye() 39Icon = new Icons.Regular.Size16.EyeOff()
Model\ResourceMenuItems.cs (10)
51Icon = s_viewDetailsIcon, 60Icon = s_consoleLogsIcon, 74Icon = s_gitHubCopilotIcon, 122Icon = s_linkMultipleIcon, 143Icon = s_linkIcon, 167Icon = s_structuredLogsIcon, 180Icon = s_tracesIcon, 194Icon = s_metricsIcon, 242Icon = s_toolboxIcon, 262Icon = icon,
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(),
3 references to Icon
Aspire.Dashboard (3)
Components_Controls_AspireMenu_razor.g.cs (2)
529if (item.Icon != null) 541item.Icon
Components_Pages_Resources_razor.g.cs (1)
624item.Icon