예제 #1
0
 public static bool GetRegisterGlobalHotkey(KeyBinding binding)
 {
     return((bool)binding.GetValue(RegisterGlobalHotkeyProperty));
 }
예제 #2
0
 void SetSelectedKey(string key, bool force = false)
 {
     EnsureButtons();
     SetSelected(buttons.FirstOrDefault(r => KeyBinding.GetValue(r.Tag) == key), force);
 }