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