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