7 overrides of CreateParagraphResult
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
236
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FigureParaClient.cs (1)
482
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
489
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\SubpageParaClient.cs (1)
463
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\TableParaClient.cs (1)
496
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\TextParaClient.cs (1)
329
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\UIElementParaClient.cs (1)
154
internal override ParagraphResult
CreateParagraphResult
()
13 references to CreateParagraphResult
PresentationFramework (13)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
345
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
MS\Internal\PtsHost\FigureParaClient.cs (3)
587
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
627
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
782
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
596
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
636
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
791
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
386
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
586
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
625
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
698
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\TextParaClient.cs (2)
409
floaters.Add(paraClient.
CreateParagraphResult
());
446
figures.Add(paraClient.
CreateParagraphResult
());