3 references to TextParentUndoUnit
PresentationFramework (3)
System\Windows\Documents\ChangeBlockUndoRecord.cs (1)
44
_parentUndoUnit = new
TextParentUndoUnit
(textContainer.TextSelection);
System\Windows\Documents\ImmComposition.cs (1)
1764
_compositionUndoUnit = new
TextParentUndoUnit
(_editor.Selection);
System\windows\Documents\TextEditorTyping.cs (1)
1789
This._typingUndoUnit = new
TextParentUndoUnit
(This.Selection);