1 instantiation of SubpageParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\SubpageParaClient.cs (1)
469return new SubpageParagraphResult(this);
38 references to SubpageParagraphResult
PresentationFramework (38)
MS\Internal\Documents\TextDocumentView.cs (33)
821else if (paragraph is SubpageParagraphResult) 824SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1035else if (paragraph is SubpageParagraphResult) 1038SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1196else if (paragraph is SubpageParagraphResult) 1199SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1438if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult)) 1515else if (paragraph is SubpageParagraphResult) 1517SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1642else if (paragraph is SubpageParagraphResult) 1644SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1765else if (paragraph is SubpageParagraphResult) 1767SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 2360else if (paragraph is SubpageParagraphResult) 2362SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 2578SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2610else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2613SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex]; 2614positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2850SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2870else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2875SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex];
MS\Internal\LayoutDump.cs (3)
723else if (paragraph is SubpageParagraphResult) 725DumpSubpageParagraphResult(writer, (SubpageParagraphResult)paragraph, visualParent); 857private static void DumpSubpageParagraphResult(XmlTextWriter writer, SubpageParagraphResult paragraph, Visual visualParent)
MS\Internal\PtsHost\CellParaClient.cs (2)
329SubpageParagraphResult paragraphResult = (SubpageParagraphResult)(CreateParagraphResult());