I want to invoke a command when ENTER is pressed in a TextBox. Consider the following XAML:
TextBox
There is KeyTrigger in expression blend.
System.Windows.Interactivity and Microsoft.Expression.Interactions assemblies are available for WPF in the official Nuget package.
System.Windows.Interactivity
Microsoft.Expression.Interactions