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