CommandParameter を「_9」ではなく「9」にしたいと思います。
<Button Content="_9"
Focusable="False"
Command="{Binding NumberPress}"
CommandParameter="{Binding RelativeSource={RelativeSource Mode=Self}, Path=Content}"
Style="{DynamicResource NumberButton}"
Margin="92,134,92,129" />
CommandParameter="9" を実行できることはわかっていますが、スタイルを引き出して複数のボタンに適用したいと考えています。StringFormat= を使用してみましたが、機能しないようです。コードビハインドに頼らずにこれを行う方法はありますか?