106 references to TextEditorTyping
PresentationFramework (106)
src\Framework\System\windows\Documents\TextEditor.cs (14)
93TextEditorTyping._AddInputLanguageChangedEventHandler(this); 189TextEditorTyping._RemoveInputLanguageChangedEventHandler(this); 375TextEditorTyping._RegisterClassHandlers(controlType, registerEventListeners); 587TextEditorTyping._FlushPendingInputItems(this); 620TextEditorTyping._BreakTypingSequence(this); 651TextEditorTyping._FlushPendingInputItems(this); 673TextEditorTyping._BreakTypingSequence(this); 701TextEditorTyping.OnPreviewKeyDown(_uiScope, e); 706TextEditorTyping.OnKeyDown(_uiScope, e); 711TextEditorTyping.OnKeyUp(_uiScope, e); 716TextEditorTyping.OnTextInput(_uiScope, e); 1842TextEditorTyping._ShowCursor(); 1852TextEditorTyping._FlushPendingInputItems(This); 1853TextEditorTyping._BreakTypingSequence(This);
src\Framework\System\windows\Documents\TextEditorCharacters.cs (10)
108TextEditorTyping._FlushPendingInputItems(This); 114TextEditorTyping._BreakTypingSequence(This); 145TextEditorTyping._FlushPendingInputItems(This); 190TextEditorTyping._FlushPendingInputItems(This); 210TextEditorTyping._FlushPendingInputItems(This); 233TextEditorTyping._FlushPendingInputItems(This); 262TextEditorTyping._FlushPendingInputItems(This); 281TextEditorTyping._FlushPendingInputItems(This); 309TextEditorTyping._FlushPendingInputItems(This); 351TextEditorTyping._FlushPendingInputItems(This);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (6)
368TextEditorTyping._FlushPendingInputItems(This); 370TextEditorTyping._BreakTypingSequence(This); 439TextEditorTyping._FlushPendingInputItems(This); 441TextEditorTyping._BreakTypingSequence(This); 494TextEditorTyping._FlushPendingInputItems(This); 496TextEditorTyping._BreakTypingSequence(This);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (4)
835TextEditorTyping._FlushPendingInputItems(This); 883TextEditorTyping._FlushPendingInputItems(This); 918TextEditorTyping._FlushPendingInputItems(This); 944TextEditorTyping._FlushPendingInputItems(This);
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
133TextEditorTyping._FlushPendingInputItems(This);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
94TextEditorTyping._BreakTypingSequence(This);
src\Framework\System\windows\Documents\TextEditorSelection.cs (54)
176TextEditorTyping._FlushPendingInputItems(This); 186TextEditorTyping._BreakTypingSequence(This); 273TextEditorTyping._FlushPendingInputItems(This); 349TextEditorTyping._BreakTypingSequence(This); 365TextEditorTyping._FlushPendingInputItems(This); 439TextEditorTyping._BreakTypingSequence(This); 455TextEditorTyping._FlushPendingInputItems(This); 463TextEditorTyping._BreakTypingSequence(This); 510TextEditorTyping._FlushPendingInputItems(This); 518TextEditorTyping._BreakTypingSequence(This); 564TextEditorTyping._FlushPendingInputItems(This); 669TextEditorTyping._BreakTypingSequence(This); 685TextEditorTyping._FlushPendingInputItems(This); 784TextEditorTyping._BreakTypingSequence(This); 802TextEditorTyping._FlushPendingInputItems(This); 836TextEditorTyping._BreakTypingSequence(This); 854TextEditorTyping._FlushPendingInputItems(This); 888TextEditorTyping._BreakTypingSequence(This); 906TextEditorTyping._FlushPendingInputItems(This); 916TextEditorTyping._BreakTypingSequence(This); 934TextEditorTyping._FlushPendingInputItems(This); 945TextEditorTyping._BreakTypingSequence(This); 1032TextEditorTyping._FlushPendingInputItems(This); 1121TextEditorTyping._BreakTypingSequence(This); 1204TextEditorTyping._FlushPendingInputItems(This); 1311TextEditorTyping._BreakTypingSequence(This); 1327TextEditorTyping._FlushPendingInputItems(This); 1335TextEditorTyping._BreakTypingSequence(This); 1368TextEditorTyping._FlushPendingInputItems(This); 1376TextEditorTyping._BreakTypingSequence(This); 1412TextEditorTyping._FlushPendingInputItems(This); 1492TextEditorTyping._BreakTypingSequence(This); 1508TextEditorTyping._FlushPendingInputItems(This); 1588TextEditorTyping._BreakTypingSequence(This); 1606TextEditorTyping._FlushPendingInputItems(This); 1633TextEditorTyping._BreakTypingSequence(This); 1651TextEditorTyping._FlushPendingInputItems(This); 1721TextEditorTyping._BreakTypingSequence(This); 1739TextEditorTyping._FlushPendingInputItems(This); 1749TextEditorTyping._BreakTypingSequence(This); 1767TextEditorTyping._FlushPendingInputItems(This); 1777TextEditorTyping._BreakTypingSequence(This); 1801TextEditorTyping._FlushPendingInputItems(This); 1831TextEditorTyping._FlushPendingInputItems(This); 1863TextEditorTyping._FlushPendingInputItems(This); 1926TextEditorTyping._FlushPendingInputItems(This); 2065TextEditorTyping._FlushPendingInputItems(textEditor); 2112TextEditorTyping._BreakTypingSequence(textEditor); 2126TextEditorTyping._FlushPendingInputItems(textEditor); 2134TextEditorTyping._BreakTypingSequence(textEditor); 2187TextEditorTyping._BreakTypingSequence(textEditor); 2201TextEditorTyping._FlushPendingInputItems(textEditor); 2209TextEditorTyping._BreakTypingSequence(textEditor); 2230TextEditorTyping._BreakTypingSequence(textEditor);
src\Framework\System\windows\Documents\TextEditorTables.cs (1)
80TextEditorTyping._FlushPendingInputItems(This);
src\Framework\System\windows\Documents\TextEditorTyping.cs (15)
357TextEditorTyping.ScheduleInput(This, new KeyUpInputItem(This, e.Key, e.KeyboardDevice.Modifiers)); 416TextEditorTyping.ScheduleInput(This, new TextInputItem(This, e.Text, /*isInsertKeyToggled:*/keyboard != null ? keyboard.IsKeyToggled(Key.Insert) : false)); 555TextEditorTyping._FlushPendingInputItems(This); 608TextEditorTyping._FlushPendingInputItems(This); 929TextEditorTyping._FlushPendingInputItems(This); 988TextEditorTyping._FlushPendingInputItems(This); 1082TextEditorTyping._FlushPendingInputItems(This); 1368TextEditorTyping._FlushPendingInputItems(This); 1400TextEditorTyping._FlushPendingInputItems(This); 1569TextEditorTyping.OpenTypingUndoUnit(This); 1594TextEditorTyping.CloseTypingUndoUnit(This, closeAction); 1613TextEditorTyping._FlushPendingInputItems(This); 1678TextEditorTyping._FlushPendingInputItems((TextEditor)This); 1794TextEditorTyping.OnFlowDirectionCommand(TextEditor, _key); 1798TextEditorTyping.OnFlowDirectionCommand(TextEditor, _key);