4 references to _highlightedCommands
Aspire.Dashboard (4)
Components\Controls\ResourceActions.razor.cs (2)
79
_highlightedCommands
.Clear();
103
_highlightedCommands
.AddRange(Resource.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));
Components_Controls_ResourceActions_razor.g.cs (2)
190
if (i <
_highlightedCommands
.Count)
192
var highlightedCommand =
_highlightedCommands
[i];