Page 1 of 1

Microsoft.Expression.Interaction (5.0.5)

Posted: Mon Oct 28, 2019 5:33 am
by abeggchr
Main question: What is the way to migrate an application with a dependency to Microsoft.Expression.Interaction?

Context:
  • I am asking here, because you might have encountered this scenario already.
  • I am currently checking the feasibility of a migration of our Silverlight application with CSHTML5.
  • Our application has a depenency to Microsoft.Expression.Interaction (5.0.5)
  • For Microsoft.Expression.Interaction I am unable to find the source code which I think I need in order to have this functionality in a CSHTML5 project.

Re: Microsoft.Expression.Interaction (5.0.5)

Posted: Mon Oct 28, 2019 8:47 am
by JS-Support @Userware
Hi,

A lot of the "interactivity" source code is now available on GitHub (MIT License) at:
https://github.com/jlaanstra/Windows.UI ... eractivity

We are working to port some of the code to CSHTML5. What classes in particular do you need the most?

Thanks
Regards

Re: Microsoft.Expression.Interaction (5.0.5)

Posted: Mon Oct 28, 2019 10:51 pm
by abeggchr
Thanks for the link to the source code. We mainly use the Behavior class which I have now found.

What I am still looking for are two classes from the "Microsoft.Expression.Interactivity.Core" namespace:
  • DataTrigger
  • ChangePropertyAction