Is there a way to check if a given UIElement
takes text input? I see there's a UIElement.TextInput
event handler so I could add/remove handlers, but of course I can't check if it is null (if at least one handler has been added to it).
I'm guessing it's not possible but maybe there's a workaround I don't know about.