After the input of ContentDialog is forcibly enabled through ITextInputConsumer, there is a problem with normal text box input
---------------------------------------------
强行通过 ITextInputConsumer 开启 ContentDialog 的输入后,普通的文本框输入存在问题
After the ContentDialog input of Xaml islands is enabled through ITextInputConsuonsumer and ITextInputProducer, the input performance of ContentDialog is normal. The TextBox of a normal window, however, repeats the input when entering characters.The application being tested uses a Window created by FrameworkView and adds controls to Window.current to display it.
---------------------------------------------
通过 ITextInputConsuonsumer 和 ITextInputProducer 开启 Xaml islands 的 ContentDialog 输入后,ContentDialog 的输入表现正常,然而普通窗口的 TextBox 在输入字符时却重复输入。测试的应用使用的是 FrameworkView 创建的窗口,并在 Window.Current 上添加控件显示的。

