2 instantiations of ListParagraph
PresentationFramework (2)
MS\Internal\PtsHost\ContainerParagraph.cs (1)
1068
paragraph = new
ListParagraph
(element, StructuralCache);
MS\Internal\PtsHost\ListParagraph.cs (1)
105
paragraph = new
ListParagraph
(element, StructuralCache);
1 reference to ListParagraph
PresentationFramework (1)
MS\Internal\PtsHost\ListParaClient.cs (1)
37
internal ListParaClient(
ListParagraph
paragraph) : base(paragraph)