I'm looking for an easy way to set ClickMode="Pressed" on every Control in my Silverlight Application (that inherits from ButtonBase obviously).
The solution should also access any ButtonBase-Control that is part of a controltemplate like ComboBox of SilverlightToolkit.
Do i have to create a custom theme for this? If yes, how do i reuse an existing theme and just override this property?
Thanks in advance.