Hi guys,
I'm feeling pretty stupid today. I can't for the life of me figure out how to get the event handler for a control to get generated for a WPF form. I'm used to the Windows Forms, where you simply double-click the event name to generate the handler method (or, for buttons, I just double-click them to generate and jump to the code handler). But for WPF, while it will generate the name of the event handler (in the XAML file), the code file is not affected.
What simple thing am I missing?
Thanks!