8 references to TextTreeUndo
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (6)
914TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, textLength); 1089TextTreeUndo.CreateInsertElementUndoUnit(this, symbolOffset, elementText != null /* deep */); 1195TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, 1); 1227undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2799undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2803undoUnit = TextTreeUndo.CreateExtractElementUndoUnit(this, elementNode);
System\Windows\Documents\TextElement.cs (1)
954TextTreeUndo.CreatePropertyUndoUnit(this, e);
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
126UndoManager undoManager = TextTreeUndo.GetOrClearUndoManager(textContainer);