8 references to TextTreeUndo
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextContainer.cs (6)
934TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, textLength); 1112TextTreeUndo.CreateInsertElementUndoUnit(this, symbolOffset, elementText != null /* deep */); 1218TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, 1); 1250undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2843undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2847undoUnit = TextTreeUndo.CreateExtractElementUndoUnit(this, elementNode);
src\Framework\System\Windows\Documents\TextElement.cs (1)
1014TextTreeUndo.CreatePropertyUndoUnit(this, e);
src\Framework\System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
131UndoManager undoManager = TextTreeUndo.GetOrClearUndoManager(textContainer);