9 references to Paragraph
PresentationFramework (9)
System\Windows\Controls\RichTextBox.cs (1)
104
document.Blocks.Add(new
Paragraph
());
System\Windows\Documents\FixedElement.cs (1)
251
root = new
Paragraph
();
System\Windows\Documents\TextRangeEdit.cs (1)
624
paragraph = new
Paragraph
();
System\Windows\Documents\TextRangeEditTables.cs (4)
670
TableCell cell = new TableCell(new
Paragraph
());
919
Paragraph implicitParagraph = new
Paragraph
();
1081
cell.Blocks.Add(new
Paragraph
());
2291
Paragraph newParagraph = new
Paragraph
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7288
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
Paragraph
(); };
System\Windows\Markup\KnownTypes.cs (1)
1436
case KnownElements.Paragraph: o = new System.Windows.Documents.
Paragraph
(); break;