7 overrides of CreateParagraphResult
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
236
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FigureParaClient.cs (1)
479
internal override ParagraphResult
CreateParagraphResult
()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
486
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)
584
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
624
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
779
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
593
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
633
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
788
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
());