4 references to Section
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
71
_elementType = FixedElement.ElementType.
Section
;
src\Framework\System\Windows\Documents\FixedElement.cs (1)
422
case ElementType.
Section
:
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
118
return new FixedElement.ElementType[1] { FixedElement.ElementType.
Section
};
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1062
flowBuilder.AddStartNode(FixedElement.ElementType.
Section
);