Hi,
As far as I know, you can't directly setup InputBindings on a style since it isn't a DependencyProperty. Nevertheless, you can use an Attached Property with a Style to set them on all the controls of a given type in your application. I found the following thread which explains how to do this:
I tried it on a Prism "Hello World" sample app and it seems to be working fine.
Hope it helps,
Federico Martinez
http://blogs.southworks.net/fmartinez
As far as I know, you can't directly setup InputBindings on a style since it isn't a DependencyProperty. Nevertheless, you can use an Attached Property with a Style to set them on all the controls of a given type in your application. I found the following thread which explains how to do this:
I tried it on a Prism "Hello World" sample app and it seems to be working fine.
Hope it helps,
Federico Martinez
http://blogs.southworks.net/fmartinez