7 references to Paragraph
PresentationFramework (7)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
109_elementType = FixedElement.ElementType.Paragraph;
System\Windows\Documents\FixedDSBuilder.cs (1)
95_flowBuilder.AddStartNode(FixedElement.ElementType.Paragraph);
System\Windows\Documents\FixedElement.cs (3)
206if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 250case ElementType.Paragraph: 374case ElementType.Paragraph:
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
78return new FixedElement.ElementType[1] { FixedElement.ElementType.Paragraph };
System\Windows\Documents\FixedTextBuilder.cs (1)
1442_AddStartNode(FixedElement.ElementType.Paragraph);