4 references to Section
PresentationFramework (4)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
52_elementType = FixedElement.ElementType.Section;
System\Windows\Documents\FixedElement.cs (1)
408case ElementType.Section:
System\Windows\Documents\FixedSOMPage.cs (1)
110return new FixedElement.ElementType[1] { FixedElement.ElementType.Section };
System\Windows\Documents\FixedTextBuilder.cs (1)
1031flowBuilder.AddStartNode(FixedElement.ElementType.Section);