7 references to Paragraph
PresentationFramework (7)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
97_elementType = FixedElement.ElementType.Paragraph;
System\Windows\Documents\FixedDSBuilder.cs (1)
86_flowBuilder.AddStartNode(FixedElement.ElementType.Paragraph);
System\Windows\Documents\FixedElement.cs (3)
197if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 243case ElementType.Paragraph: 371case ElementType.Paragraph:
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
73return new FixedElement.ElementType[1] { FixedElement.ElementType.Paragraph };
System\Windows\Documents\FixedTextBuilder.cs (1)
1432_AddStartNode(FixedElement.ElementType.Paragraph);