46 writes to Icon
Aspire.Dashboard (46)
Components\Controls\AssistantChat.razor.cs (1)
123_selectedModelItem?.Icon = new Icons.Regular.Size16.Checkmark();
Components\Controls\ClearSignalsButton.razor.cs (2)
38Icon = s_clearAllResourcesIcon, 46Icon = s_clearSelectedResourceIcon,
Components\Controls\ResourceDetails.razor.cs (2)
236Icon = _showAll ? new Icons.Regular.Size16.DocumentHeader() : new Icons.Regular.Size16.DocumentOnePage(), 251Icon = IsMaskAllChecked ? new Icons.Regular.Size16.Eye() : new Icons.Regular.Size16.EyeOff(),
Components\Pages\ConsoleLogs.razor.cs (4)
444Icon = new Icons.Regular.Size16.ArrowDownload() 480Icon = new Icons.Regular.Size16.CalendarClock() 487Icon = _isTimestampUtc ? new Icons.Regular.Size16.CheckboxChecked() : new Icons.Regular.Size16.CheckboxUnchecked(), 495Icon = _noWrapLogs ? new Icons.Regular.Size16.TextWrap() : new Icons.Regular.Size16.TextWrapOff()
Components\Pages\Resources.razor.cs (4)
503Icon = new Icons.Regular.Size16.Eye() 513Icon = new Icons.Regular.Size16.EyeOff() 524Icon = new Icons.Regular.Size16.EyeOff() 534Icon = new Icons.Regular.Size16.Eye()
Components\Pages\TraceDetail.razor.cs (2)
146Icon = new Icons.Regular.Size16.ArrowExpandAll(), 154Icon = new Icons.Regular.Size16.ArrowCollapseAll(),
Model\CommonMenuItems.cs (2)
30Icon = new Icons.Regular.Size16.Eye() 39Icon = new Icons.Regular.Size16.EyeOff()
Model\ResourceMenuBuilder.cs (12)
89Icon = s_viewDetailsIcon, 99Icon = s_consoleLogsIcon, 111Icon = s_bracesIcon, 132Icon = s_exportEnvIcon, 154Icon = s_gitHubCopilotIcon, 202Icon = s_linkMultipleIcon, 223Icon = s_linkIcon, 247Icon = s_structuredLogsIcon, 260Icon = s_tracesIcon, 274Icon = s_metricsIcon, 322Icon = s_toolboxIcon, 342Icon = icon,
Model\SpanMenuBuilder.cs (5)
80Icon = s_viewDetailsIcon, 88Icon = s_structuredLogsIcon, 101Icon = s_genAIIcon, 109Icon = s_bracesIcon, 129Icon = s_gitHubCopilotIcon,
Model\StructuredLogMenuBuilder.cs (4)
72Icon = s_viewDetailsIcon, 80Icon = s_messageOpenIcon, 96Icon = s_bracesIcon, 116Icon = s_gitHubCopilotIcon,
Model\TraceMenuBuilder.cs (4)
74Icon = s_viewDetailsIcon, 86Icon = s_structuredLogsIcon, 97Icon = s_bracesIcon, 117Icon = s_gitHubCopilotIcon,
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)
565if (item.Icon != null) 577item.Icon
Components_Pages_Resources_razor.g.cs (1)
648item.Icon