2 types derived from ContainerParagraph
PresentationFramework (2)
MS\Internal\PtsHost\ListItemParagraph.cs (1)
17
internal sealed class ListItemParagraph :
ContainerParagraph
MS\Internal\PtsHost\ListParagraph.cs (1)
20
internal sealed class ListParagraph :
ContainerParagraph
5 instantiations of ContainerParagraph
PresentationFramework (5)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1075
paragraph = new
ContainerParagraph
(element, StructuralCache);
MS\Internal\PtsHost\FigureParagraph.cs (1)
101
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
MS\Internal\PtsHost\FloaterParagraph.cs (1)
100
_mainTextSegment = new
ContainerParagraph
(Element, StructuralCache);
MS\Internal\PtsHost\Section.cs (1)
241
_mainTextSegment = new
ContainerParagraph
(Element, _structuralCache);
MS\Internal\PtsHost\SubpageParagraph.cs (1)
82
_mainTextSegment = new
ContainerParagraph
(_element, _structuralCache);
9 references to ContainerParagraph
PresentationFramework (9)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
35
internal ContainerParaClient(
ContainerParagraph
paragraph) : base(paragraph)
MS\Internal\PtsHost\PtsHost.cs (8)
522
ContainerParagraph
segment = PtsContext.HandleToObject(nms) as
ContainerParagraph
;
2713
ContainerParagraph
para = PtsContext.HandleToObject(nmp) as
ContainerParagraph
;
2770
ContainerParagraph
para = PtsContext.HandleToObject(nmp) as
ContainerParagraph
;
2827
ContainerParagraph
para = PtsContext.HandleToObject(nmp) as
ContainerParagraph
;