2 types derived from ContainerParagraph
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ListItemParagraph.cs (1)
25internal sealed class ListItemParagraph : ContainerParagraph
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (1)
27internal sealed class ListParagraph : ContainerParagraph
5 instantiations of ContainerParagraph
PresentationFramework (5)
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\Section.cs (1)
252_mainTextSegment = new ContainerParagraph(Element, _structuralCache);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (1)
90_mainTextSegment = new ContainerParagraph(_element, _structuralCache);
9 references to ContainerParagraph
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
43internal ContainerParaClient(ContainerParagraph paragraph) : base(paragraph)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (8)
550ContainerParagraph segment = PtsContext.HandleToObject(nms) as ContainerParagraph; 2857ContainerParagraph para = PtsContext.HandleToObject(nmp) as ContainerParagraph; 2918ContainerParagraph para = PtsContext.HandleToObject(nmp) as ContainerParagraph; 2980ContainerParagraph para = PtsContext.HandleToObject(nmp) as ContainerParagraph;