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