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