Esempio n. 1
0
 get => SelectedValues?.Select(r => ItemKeyBinding.GetValue(r));
Esempio n. 2
0
 void SetSelectedKey(string key, bool force = false)
 {
     EnsureButtons();
     SetSelected(buttons.FirstOrDefault(r => ItemKeyBinding.GetValue(r.Tag) == key), force);
 }