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