7 references to ContainerParagraph
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1106paragraph = 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);