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