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