Reputation: 3647
I tried downloading Blend 3 but even with that installed I can't find the file under .NET. If I try to add a reference from C:\Program Files (x86)\Microsoft SDKs\Expression\Blend 3\Interactivity\Libraries\WPF and use this code http://pastebin.com/VdeRyPdv I get an error that the file was not found. It also adds a lot of folders like en, de es fr etc to my debug folder.
Upvotes: 14
Views: 20455
Reputation: 16970
The Expression Blend SDK for .NET 4 (WPF) is available here.
(Update 2023) - @Raif's answer appears to still be valid. https://www.nuget.org/packages/System.Windows.Interactivity.WPF/
Upvotes: 15
Reputation: 8503
The mvvm light toolkit includes a standalone version of this assembly
Upvotes: 3