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