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)
197
if (_type == ElementType.Hyperlink || _type == ElementType.
Paragraph
||
243
case ElementType.
Paragraph
:
371
case ElementType.
Paragraph
:
System\Windows\Documents\FixedSOMFixedBlock.cs (1)
73
return new FixedElement.ElementType[1] { FixedElement.ElementType.
Paragraph
};
System\Windows\Documents\FixedTextBuilder.cs (1)
1432
_AddStartNode(FixedElement.ElementType.
Paragraph
);