1 instantiation of TextTreeDeleteContentUndoUnit
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
90undoUnit = new TextTreeDeleteContentUndoUnit(tree, start, end);
4 references to TextTreeDeleteContentUndoUnit
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (2)
40_columns = TextTreeDeleteContentUndoUnit.SaveColumns((Table)elementNode.TextElement); 83TextTreeDeleteContentUndoUnit.RestoreColumns((Table)element, _columns);
src\Framework\System\Windows\Documents\TextTreeUndo.cs (2)
78internal static TextTreeDeleteContentUndoUnit CreateDeleteContentUndoUnit(TextContainer tree, TextPointer start, TextPointer end) 81TextTreeDeleteContentUndoUnit undoUnit;