3 references to InsertParagraphBreak
PresentationFramework (3)
System\windows\Documents\TextEditorTyping.cs (1)
1130
newEnd = TextRangeEdit.
InsertParagraphBreak
(newEnd, /*moveIntoSecondParagraph*/true);
System\Windows\Documents\TextPointer.cs (1)
1445
position = TextRangeEdit.
InsertParagraphBreak
(this, /*moveIntoSecondParagraph:*/true);
System\Windows\Documents\TextRangeSerialization.cs (1)
1440
insertionPosition = TextRangeEdit.
InsertParagraphBreak
(insertionPosition, /*moveIntoSecondParagraph:*/false);