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