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