7 references to ContainerParagraph
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1060
paragraph = new
ContainerParagraph
(element, StructuralCache);
MS\Internal\PtsHost\FigureParagraph.cs (1)
96
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
91
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
MS\Internal\PtsHost\ListItemParagraph.cs (1)
29
:
base
(element, structuralCache)
MS\Internal\PtsHost\ListParagraph.cs (1)
25
:
base
(element, structuralCache)
MS\Internal\PtsHost\Section.cs (1)
241
_mainTextSegment = new
ContainerParagraph
(Element, _structuralCache);
MS\Internal\PtsHost\SubpageParagraph.cs (1)
74
_mainTextSegment = new
ContainerParagraph
(_element, _structuralCache);