1 instantiation of SubpageParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\SubpageParaClient.cs (1)
465return new SubpageParagraphResult(this);
24 references to SubpageParagraphResult
PresentationFramework (24)
MS\Internal\Documents\TextDocumentView.cs (19)
818else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1029else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1175else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1410if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult)) 1487else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1611else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1731else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2323else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2536SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2568else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2571SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex]; 2572positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2807SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2827else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2832SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex];
MS\Internal\LayoutDump.cs (3)
722else if (paragraph is SubpageParagraphResult) 724DumpSubpageParagraphResult(writer, (SubpageParagraphResult)paragraph, visualParent); 856private static void DumpSubpageParagraphResult(XmlTextWriter writer, SubpageParagraphResult paragraph, Visual visualParent)
MS\Internal\PtsHost\CellParaClient.cs (2)
324SubpageParagraphResult paragraphResult = (SubpageParagraphResult)(CreateParagraphResult());