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