3 writes to _typingUndoUnit
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (3)
142This._typingUndoUnit = null; 1790This._typingUndoUnit = new TextParentUndoUnit(This.Selection); 1820This._typingUndoUnit = null;
11 references to _typingUndoUnit
PresentationFramework (11)
System\windows\Documents\TextEditorTyping.cs (11)
1784if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1786undoManager.Reopen(This._typingUndoUnit); 1791undoManager.Open(This._typingUndoUnit); 1809if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1811if (This._typingUndoUnit is TextParentUndoUnit) 1813((TextParentUndoUnit)This._typingUndoUnit).RecordRedoSelectionState(); 1815undoManager.Close(This._typingUndoUnit, closeAction);