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