4 references to _keydownListenerComponents
Aspire.Dashboard (4)
ShortcutManager.cs (4)
17
_keydownListenerComponents
[listener] = listener;
22
_keydownListenerComponents
.Remove(listener, out _);
31
_keydownListenerComponents
.Values.Where(component => component.SubscribedShortcuts.Contains(shortcut));
38
_keydownListenerComponents
.Clear();