コード例 #1
0
ファイル: WindowBehavior.cs プロジェクト: gitllama/PrismWpf
 set => SetValue(ShortcutCommandProperty, value);
コード例 #2
0
 get => (ICommand)GetValue(ShortcutCommandProperty); set => SetValue(ShortcutCommandProperty, value);