7 references to Paragraph
PresentationFramework (7)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
121_elementType = FixedElement.ElementType.Paragraph;
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
99_flowBuilder.AddStartNode(FixedElement.ElementType.Paragraph);
src\Framework\System\Windows\Documents\FixedElement.cs (3)
211if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 255case ElementType.Paragraph: 380case ElementType.Paragraph:
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
84return new FixedElement.ElementType[1] { FixedElement.ElementType.Paragraph };
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1471_AddStartNode(FixedElement.ElementType.Paragraph);