3 references to ScheduleInput
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
357
TextEditorTyping.
ScheduleInput
(This, new KeyUpInputItem(This, e.Key, e.KeyboardDevice.Modifiers));
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));