I have a WPF combobox (From the toolbox) that I'm trying to edit.
The created combobox can be filtered by clicking into it and typing what you want.
How does a combobox know (What event gets triggered or element get activated or ...) if your clicking on the arrow or the textbox.
Bonus: Using styles can you change the ratio of the combobox that you can click for the textbox vs the dropdown arrow?