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)
1841
This._typingUndoUnit = new
TextParentUndoUnit
(This.Selection);