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