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