ChatterBox.Client.Presentation.Shared.Behaviors.ReturnKeyCommandBehavior.ReturnKeyCommandBehavior C# (CSharp) Method

ReturnKeyCommandBehavior() static private method

static private ReturnKeyCommandBehavior ( ) : System.Windows.Input
return System.Windows.Input
        static ReturnKeyCommandBehavior()
        {
            Window.Current.CoreWindow.Dispatcher.AcceleratorKeyActivated += Dispatcher_AcceleratorKeyActivated;
        }