7 overrides of CreateParagraphResult
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
235
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FigureParaClient.cs (1)
478
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
485
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\SubpageParaClient.cs (1)
462
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\TableParaClient.cs (1)
495
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\TextParaClient.cs (1)
328
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\UIElementParaClient.cs (1)
153
internal override ParagraphResult
CreateParagraphResult
()
13 references to CreateParagraphResult
PresentationFramework (13)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
344
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
MS\Internal\PtsHost\FigureParaClient.cs (3)
583
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
623
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
778
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
592
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
632
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
787
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
385
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
585
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
624
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
697
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\TextParaClient.cs (2)
408
floaters.Add(paraClient.
CreateParagraphResult
());
445
figures.Add(paraClient.
CreateParagraphResult
());