8 references to TextTreeUndo
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (6)
913TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, textLength); 1088TextTreeUndo.CreateInsertElementUndoUnit(this, symbolOffset, elementText != null /* deep */); 1194TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, 1); 1226undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2795undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2799undoUnit = TextTreeUndo.CreateExtractElementUndoUnit(this, elementNode);
System\Windows\Documents\TextElement.cs (1)
953TextTreeUndo.CreatePropertyUndoUnit(this, e);
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
125UndoManager undoManager = TextTreeUndo.GetOrClearUndoManager(textContainer);