I want to use the new Key Enumeration in my ObjectModel to avoid having a reference to Windows.Forms in this Dll. The GUI uses a class library that wants the Keys enumeration.
Is it possible in any way to convert a Key value to a Keys value?
EDIT: I just found out that my question was already asked and answered here: How can I convert 'System.Windows.Input.Key' to 'System.Windows.Forms.Keys'?