1 instantiation of TextTreeDeleteContentUndoUnit
PresentationFramework (1)
System\Windows\Documents\TextTreeUndo.cs (1)
84undoUnit = new TextTreeDeleteContentUndoUnit(tree, start, end);
4 references to TextTreeDeleteContentUndoUnit
PresentationFramework (4)
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (2)
37_columns = TextTreeDeleteContentUndoUnit.SaveColumns((Table)elementNode.TextElement); 80TextTreeDeleteContentUndoUnit.RestoreColumns((Table)element, _columns);
System\Windows\Documents\TextTreeUndo.cs (2)
72internal static TextTreeDeleteContentUndoUnit CreateDeleteContentUndoUnit(TextContainer tree, TextPointer start, TextPointer end) 75TextTreeDeleteContentUndoUnit undoUnit;