1 instantiation of TextTreeDeleteContentUndoUnit
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
90
undoUnit = 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);
83
TextTreeDeleteContentUndoUnit
.RestoreColumns((Table)element, _columns);
src\Framework\System\Windows\Documents\TextTreeUndo.cs (2)
78
internal static
TextTreeDeleteContentUndoUnit
CreateDeleteContentUndoUnit(TextContainer tree, TextPointer start, TextPointer end)
81
TextTreeDeleteContentUndoUnit
undoUnit;