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