System.Windows.Interactivity 中缺少 GoToStateAction 和 KeyTrigger
我正在使用 MediaOwl 来帮助我开始使用 Caliburn.Micro.
在 MediaOwl 中,我删除了对 Microsoft.Expression.Interactions 的引用,并添加了对 System.Windows.Interactivity 的引用。这似乎是正确的做法。
问题是我找不到标题中提到的类的替代品:GoToStateAction
和 KeyTrigger
。
对此正确的解决办法是什么?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
KeyTrigger
仍然位于Microsfort.Expression.Interactivity.Input
命名空间中的 Microsoft.Expression.Interactions.dll 中。GoToStateAction
仍然位于Microsfort.Expression.Interactivity.Core
命名空间中的 Microsoft.Expression.Interactions.dll 中。KeyTrigger
is still in the Microsoft.Expression.Interactions.dll in theMicrosfort.Expression.Interactivity.Input
namespace.GoToStateAction
is also still in the Microsoft.Expression.Interactions.dll in theMicrosfort.Expression.Interactivity.Core
namespace.