7 overrides of CreateParagraphResult
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
241internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\FigureParaClient.cs (1)
487internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
493internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\SubpageParaClient.cs (1)
467internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\TableParaClient.cs (1)
502internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\TextParaClient.cs (1)
335internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\UIElementParaClient.cs (1)
158internal override ParagraphResult CreateParagraphResult()
13 references to CreateParagraphResult
PresentationFramework (13)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
350ParagraphResult paragraphResult = paraClient.CreateParagraphResult();
MS\Internal\PtsHost\FigureParaClient.cs (3)
592ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 632ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 787ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
600ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 640ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 795ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
394ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult(); 594ParagraphResult paragraphResult = paraClient.CreateParagraphResult();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
629ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 702ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\TextParaClient.cs (2)
415floaters.Add(paraClient.CreateParagraphResult()); 452figures.Add(paraClient.CreateParagraphResult());