8 references to TextTreeUndo
PresentationFramework (8)
System\Windows\Documents\TextContainer.cs (6)
919TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, textLength); 1097TextTreeUndo.CreateInsertElementUndoUnit(this, symbolOffset, elementText != null /* deep */); 1203TextTreeUndo.CreateInsertUndoUnit(this, symbolOffset, 1); 1235undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2828undoUnit = TextTreeUndo.CreateDeleteContentUndoUnit(this, startPosition, endPosition); 2832undoUnit = TextTreeUndo.CreateExtractElementUndoUnit(this, elementNode);
System\Windows\Documents\TextElement.cs (1)
969TextTreeUndo.CreatePropertyUndoUnit(this, e);
System\windows\Documents\UIElementPropertyUndoUnit.cs (1)
128UndoManager undoManager = TextTreeUndo.GetOrClearUndoManager(textContainer);