7 overrides of CreateParagraphResult
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
282
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
538
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
542
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (1)
519
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
539
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (1)
377
internal override ParagraphResult
CreateParagraphResult
()
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
165
internal override ParagraphResult
CreateParagraphResult
()
13 references to CreateParagraphResult
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
405
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (3)
659
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
699
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
866
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (3)
665
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
705
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
872
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
396
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
615
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
700
ParagraphResult paragraphResult = paraClient.
CreateParagraphResult
();
778
ParagraphResult paragraphResult = floatingElementList[i].
CreateParagraphResult
();
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
474
floaters.Add(paraClient.
CreateParagraphResult
());
518
figures.Add(paraClient.
CreateParagraphResult
());