3 references to TextParentUndoUnit
PresentationFramework (3)
src\Framework\System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
47_parentUndoUnit = new TextParentUndoUnit(textContainer.TextSelection);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1976_compositionUndoUnit = new TextParentUndoUnit(_editor.Selection);
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1841This._typingUndoUnit = new TextParentUndoUnit(This.Selection);