I can&#39;t seem to figure out how to add a reference to System.Windows.Input now that it is part of the PresentationCore assembly.  Specifically I&#39;m trying to check for the enterkey, but I&#39;m forced to do this:<br>
<br>if str(e.Key) == &quot;Return&quot;:<br><br>instead of <br><br>if e.Key == Key.Enter:<br><br><br>I&#39;m using Ironpython 2.6.1 RC1 with .Net 3.5.<br><br><br>Thanks<br>