9 references to Paragraph
PresentationFramework (9)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
106document.Blocks.Add(new Paragraph());
src\Framework\System\Windows\Documents\FixedElement.cs (1)
256root = new Paragraph();
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
626paragraph = new Paragraph();
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
673TableCell cell = new TableCell(new Paragraph()); 922Paragraph implicitParagraph = new Paragraph(); 1084cell.Blocks.Add(new Paragraph()); 2294Paragraph newParagraph = new Paragraph();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7284bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Paragraph(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1437case KnownElements.Paragraph: o = new System.Windows.Documents.Paragraph(); break;