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. 1184else if (paragraph is SubpageParagraphResult subpageParagraphResult) // Subpage implies new coordinate system. 1419if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult)) 1496else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1620else if (paragraph is SubpageParagraphResult subpageParagraphResult) 1740else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2332else if (paragraph is SubpageParagraphResult subpageParagraphResult) 2545SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2577else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2580SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex]; 2581positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2816SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2836else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2841SubpageParagraphResult 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());