terminal/src/interactivity
Dustin L. Howett 9ce884c4fb
Tie up some A11y loose threads (#6417)
This pull request moves WindowUiaProvider back into Win32 interactivity
and deletes all mention of it from Windows Terminal. Terminal does not
have a single toplevel window that requires Console-like UIA, as each
Xaml control inside it is in charge of its own destiny.

I've also merged `IUiaWindow` and `IConsoleWindow` back together, as
well as `WindowUiaProviderBase` and `WindowUiaProvider`.

Things look a lot more like they did before we tore them apart.

## PR Checklist
* [x] Closes #3564
* [x] CLA
* [x] Tests added/passed (manual)
* [ ] Requires documentation to be updated
* [x] I've discussed this with core contributors already

## Validation

Carlos validated conhost and terminal on this branch.
2020-06-10 15:15:26 +00:00
..
base Tie up some A11y loose threads (#6417) 2020-06-10 15:15:26 +00:00
inc Tie up some A11y loose threads (#6417) 2020-06-10 15:15:26 +00:00
onecore Tie up some A11y loose threads (#6417) 2020-06-10 15:15:26 +00:00
win32 Tie up some A11y loose threads (#6417) 2020-06-10 15:15:26 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00