Use auto select detection for UIA when listening for TextChanged and TextSelectionChanged events (#9660)
* Use auto select detection for UIA when listening for TextChanged and TextSelectionChanged events
* event_valueChange, make sure we match on UIATextInfo and subclasses to ignore them if appropriate
* Make sure event_caret in UIABrowseMode executes nextHandler when in focus moude
* Remove event_caret override from UIABrowseMode
* Fix autoselect detection in Excel edit fields
* Fix most linting warnings
* More error fixes, except for f405
* Fix linting issues