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