David Perlman
David Perlman

Reputation: 1470

GoToStateAction and KeyTrigger missing from System.Windows.Interactivity

I am using MediaOwl to help me get going with Caliburn.Micro.

In MediaOwl I removed the reference to Microsoft.Expression.Interactions and added a reference to System.Windows.Interactivity. Which seemed like the right thing to do.

The problem is that I cannot find a replacement for the classes mentioned in the title: GoToStateAction and KeyTrigger.

What would be the right fix for this?

Thanks.

Upvotes: 1

Views: 1369

Answers (1)

AnthonyWJones
AnthonyWJones

Reputation: 189495

KeyTrigger is still in the Microsoft.Expression.Interactions.dll in the Microsfort.Expression.Interactivity.Input namespace.

GoToStateAction is also still in the Microsoft.Expression.Interactions.dll in the Microsfort.Expression.Interactivity.Core namespace.

Upvotes: 1

Related Questions