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