ispressed

WPF Button - Method when pressed

I want to call a method when a button is in the down stated (IsPressed) and another method when it is released. I can't seem to figure out a simple way to do this. Thanks! ...

xaml: Is there a way to simulate IsPressed with a ComboBoxItem?

I want to simulate a Button IsPressed event for a ComboBoxItem. Is this possible strictly in xaml? I know how to in code-behind as well as changing the Style or Template but I was hoping to accomplish this in xaml with a Standard ComboBoxItem. TIA ...