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