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)
211
if (_type == ElementType.Hyperlink || _type == ElementType.
Paragraph
||
255
case ElementType.
Paragraph
:
380
case ElementType.
Paragraph
:
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (1)
84
return new FixedElement.ElementType[1] { FixedElement.ElementType.
Paragraph
};
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1471
_AddStartNode(FixedElement.ElementType.
Paragraph
);