7 overrides of CreateParagraphResult
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
235internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\FigureParaClient.cs (1)
478internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\FloaterParaClient.cs (1)
485internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\SubpageParaClient.cs (1)
462internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\TableParaClient.cs (1)
495internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\TextParaClient.cs (1)
328internal override ParagraphResult CreateParagraphResult()
MS\Internal\PtsHost\UIElementParaClient.cs (1)
153internal override ParagraphResult CreateParagraphResult()
13 references to CreateParagraphResult
PresentationFramework (13)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
344ParagraphResult paragraphResult = paraClient.CreateParagraphResult();
MS\Internal\PtsHost\FigureParaClient.cs (3)
583ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 623ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 778ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\FloaterParaClient.cs (3)
592ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 632ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 787ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
385ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult(); 585ParagraphResult paragraphResult = paraClient.CreateParagraphResult();
MS\Internal\PtsHost\SubpageParaClient.cs (2)
624ParagraphResult paragraphResult = paraClient.CreateParagraphResult(); 697ParagraphResult paragraphResult = floatingElementList[i].CreateParagraphResult();
MS\Internal\PtsHost\TextParaClient.cs (2)
408floaters.Add(paraClient.CreateParagraphResult()); 445figures.Add(paraClient.CreateParagraphResult());