3 writes to _typingUndoUnit
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (3)
142This._typingUndoUnit = null; 1802This._typingUndoUnit = new TextParentUndoUnit(This.Selection); 1832This._typingUndoUnit = null;
11 references to _typingUndoUnit
PresentationFramework (11)
System\windows\Documents\TextEditorTyping.cs (11)
1796if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1798undoManager.Reopen(This._typingUndoUnit); 1803undoManager.Open(This._typingUndoUnit); 1821if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1823if (This._typingUndoUnit is TextParentUndoUnit) 1825((TextParentUndoUnit)This._typingUndoUnit).RecordRedoSelectionState(); 1827undoManager.Close(This._typingUndoUnit, closeAction);