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