Anyone know of a WPF split button that looks like a regular button in both the Win7 theme and the Win8 theme? I’m using one that looks good for Win7 but sticks out like a sore thumb in Win8:

I’ve tried the WPF Splitbutton project on codeplex, the Banana Splitbutton and the splitbutton in the Extended WPF Toolkit.
Is there anything out there that gives an Win7-themed button in Win7 and a Win8-themed button in Win8?
I need the control to have a bindable Command property and show a context menu when the down arrow is pressed.
I went with Sten’s approach: nesting a button inside another button. I used a user control to make it re-usable, putting all the elements in the control template so it could put arbitrary content inside the button.
The codebehind exposes the menu item collection and Command property:
In use: