7 references to ContainerParagraph
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1106
paragraph = new
ContainerParagraph
(element, StructuralCache);
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
110
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
106
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
src\Framework\MS\Internal\PtsHost\ListItemParagraph.cs (1)
37
:
base
(element, structuralCache)
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (1)
39
:
base
(element, structuralCache)
src\Framework\MS\Internal\PtsHost\Section.cs (1)
252
_mainTextSegment = new
ContainerParagraph
(Element, _structuralCache);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
90
_mainTextSegment = new
ContainerParagraph
(_element, _structuralCache);