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