Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top