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)
198
if (_type == ElementType.Hyperlink || _type == ElementType.
Paragraph
||
242
case ElementType.
Paragraph
:
366
case ElementType.
Paragraph
:
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
74
return new FixedElement.ElementType[1] { FixedElement.ElementType.
Paragraph
};
System\Windows\Documents\FixedTextBuilder.cs (1)
1436
_AddStartNode(FixedElement.ElementType.
Paragraph
);