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)
422case ElementType.Section:
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
118return new FixedElement.ElementType[1] { FixedElement.ElementType.Section };
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1062flowBuilder.AddStartNode(FixedElement.ElementType.Section);