WPF CustomControl Textboxes don’t trigger KeyDown events
I’m making a custom control for a particular UI I am creating. Ideally, the user inputs a number into some textboxes, and upon pressing enter, those numbers get saved and can be used later in the program. I’ve narrowed down the program into the simplest terms to explain the problem. First I have two custom controls as follows: