Esempio n. 1
0
 set => SetValue(ShortcutCommandProperty, value);
Esempio n. 2
0
 get => (ICommand)GetValue(ShortcutCommandProperty); set => SetValue(ShortcutCommandProperty, value);