1 instantiation of SubpageParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\SubpageParaClient.cs (1)
464return new SubpageParagraphResult(this);
24 references to SubpageParagraphResult
PresentationFramework (24)
MS\Internal\Documents\TextDocumentView.cs (19)
817else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1028else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1174else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1409if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult)) 1486else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1610else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1730else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2322else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2535SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2567else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2570SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex]; 2571positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2806SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2826else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2831SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex];
MS\Internal\LayoutDump.cs (3)
721else if (paragraph is SubpageParagraphResult) 723DumpSubpageParagraphResult(writer, (SubpageParagraphResult)paragraph, visualParent); 855private static void DumpSubpageParagraphResult(XmlTextWriter writer, SubpageParagraphResult paragraph, Visual visualParent)
MS\Internal\PtsHost\CellParaClient.cs (2)
323SubpageParagraphResult paragraphResult = (SubpageParagraphResult)(CreateParagraphResult());