Silverlight doesn't have triggers, so the examples you've found don't depend on them (or implement them internally). You should be able to use similar design patterns with Metro style Xaml. The author of the MVVM Light Toolkit that you linked
to has a Windows 8 preview version you might want to look at.
--Rob