2 implementations of SubscribedShortcuts
Aspire.Dashboard (2)
Components\Controls\SummaryDetailsView.razor.cs (1)
223
public IReadOnlySet<AspireKeyboardShortcut>
SubscribedShortcuts
{ get; } = new HashSet<AspireKeyboardShortcut>
Components\Layout\MainLayout.razor.cs (1)
237
public 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));