3 writes to _typingUndoUnit
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (3)
151This._typingUndoUnit = null; 1811This._typingUndoUnit = new TextParentUndoUnit(This.Selection); 1841This._typingUndoUnit = null;
11 references to _typingUndoUnit
PresentationFramework (11)
System\windows\Documents\TextEditorTyping.cs (11)
1805if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1807undoManager.Reopen(This._typingUndoUnit); 1812undoManager.Open(This._typingUndoUnit); 1830if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1832if (This._typingUndoUnit is TextParentUndoUnit) 1834((TextParentUndoUnit)This._typingUndoUnit).RecordRedoSelectionState(); 1836undoManager.Close(This._typingUndoUnit, closeAction);