8 references to TextTreeUndo
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (6)
914TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, textLength); 1092TextTreeUndo.CreateInsertElementUndoUnit(this, symbolOffset, elementText != null /* deep */); 1198TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, 1); 1230undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2823undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2827undoUnit = TextTreeUndo.CreateExtractElementUndoUnit(this, elementNode);
System\Windows\Documents\TextElement.cs (1)
968TextTreeUndo.CreatePropertyUndoUnit(this, e);
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
126UndoManager undoManager = TextTreeUndo.GetOrClearUndoManager(textContainer);