7 references to Paragraph
PresentationFramework (7)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
98_elementType = FixedElement.ElementType.Paragraph;
System\Windows\Documents\FixedDSBuilder.cs (1)
87_flowBuilder.AddStartNode(FixedElement.ElementType.Paragraph);
System\Windows\Documents\FixedElement.cs (3)
198if (_type == ElementType.Hyperlink || _type == ElementType.Paragraph || 242case ElementType.Paragraph: 366case ElementType.Paragraph:
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
74return new FixedElement.ElementType[1] { FixedElement.ElementType.Paragraph };
System\Windows\Documents\FixedTextBuilder.cs (1)
1436_AddStartNode(FixedElement.ElementType.Paragraph);