2 implementations of SubscribedShortcuts
Aspire.Dashboard (2)
Components\Controls\SummaryDetailsView.razor.cs (1)
223public IReadOnlySet<AspireKeyboardShortcut> SubscribedShortcuts { get; } = new HashSet<AspireKeyboardShortcut>
Components\Layout\MainLayout.razor.cs (1)
237public IReadOnlySet<AspireKeyboardShortcut> SubscribedShortcuts { get; } = new HashSet<AspireKeyboardShortcut>
1 reference to SubscribedShortcuts
Aspire.Dashboard (1)
ShortcutManager.cs (1)
31_keydownListenerComponents.Values.Where(component => component.SubscribedShortcuts.Contains(shortcut));