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