Hello everybody, please help resolving one look-and-feel inconsistency issue in WPF.
Look at the picture from MSDN Magazine article on Advanced WPF:

MessageBox.Show(message) is called, and why the button on it looks different than buttons on the main window?
The Open File standard WPF dialog has the same problem, only worse: on Vista it looks like old XP (if not win2k) dialog, when all other apps use new cool Vista dialogs.
So,
- What explains such strange behavior of PresentationFramework?
- How can I make my app use default system dialogs, with system styles, that don't look like win2k?
