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