2 instantiations of ListParagraph
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (1)
1094paragraph = new ListParagraph(element, StructuralCache);
src\Framework\MS\Internal\PtsHost\ListParagraph.cs (1)
111paragraph = new ListParagraph(element, StructuralCache);
1 reference to ListParagraph
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\ListParaClient.cs (1)
41internal ListParaClient(ListParagraph paragraph) : base(paragraph)