Where can I download Microsoft's standard WPF themes from?

themes, wpf, xaml

Solution

The download links are identical between .NET 3.0 and .NET 3.5--only the online documentation is different.

Themes for .NET 3.0

- Classic (download)

- Luna (download)

- Royale (download)

- Aero (download)

Themes for .NET 3.5

- Classic (download)

- Luna (download)

- Royale (download)

- Aero (download)

WPF Documentation Samples for .NET 4 and .NET 4.5

- Themes (download) (No longer available)

- Classic

- Luna

- Royale

- Aero

Problem

Microsoft has made their Classic, Luna, Royale, and Aero themes for WPF available for download as XAML resource dictionaries. Where can I download them from? I can never find the link!

Original source