3 references to InsertParagraphBreak
PresentationFramework (3)
System\windows\Documents\TextEditorCopyPaste.cs (1)
988end = end.InsertParagraphBreak();
System\Windows\Documents\TextRangeBase.cs (1)
1407insertionPosition = insertionPosition.InsertParagraphBreak();
System\Windows\Documents\TextRangeEditTables.cs (1)
656insertionPosition = insertionPosition.InsertParagraphBreak(); // REVIEW: This will throw exception for hyperlink ancestor.