2 instantiations of TextInputItem
PresentationFramework (2)
System\windows\Documents\TextEditorTyping.cs (2)
411TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.Insert) : false)); 1300ScheduleInput(This, new TextInputItem(This, " ", /*isInsertKeyToggled:*/!This._OvertypeMode));