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