1 instantiation of SubpageParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\SubpageParaClient.cs (1)
464return new SubpageParagraphResult(this);
38 references to SubpageParagraphResult
PresentationFramework (38)
MS\Internal\Documents\TextDocumentView.cs (33)
819else if (paragraph is SubpageParagraphResult) 822SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1033else if (paragraph is SubpageParagraphResult) 1036SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1194else if (paragraph is SubpageParagraphResult) 1197SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1436if (!(paragraph is SubpageParagraphResult) && !(paragraph is RowParagraphResult)) 1513else if (paragraph is SubpageParagraphResult) 1515SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1640else if (paragraph is SubpageParagraphResult) 1642SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 1763else if (paragraph is SubpageParagraphResult) 1765SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 2358else if (paragraph is SubpageParagraphResult) 2360SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraph; 2576SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2608else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2611SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex]; 2612positionOut = GetPositionAtNextLine(((SubpageParagraphResult)paragraphs[paragraphIndex]).Columns, subpageParagraphResult.FloatingElements, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out newSuggestedX, out positionFound); 2848SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)cpcCur.CreateParagraphResult(); 2868else if (paragraphs[paragraphIndex] is SubpageParagraphResult) 2873SubpageParagraphResult subpageParagraphResult = (SubpageParagraphResult)paragraphs[paragraphIndex];
MS\Internal\LayoutDump.cs (3)
720else if (paragraph is SubpageParagraphResult) 722DumpSubpageParagraphResult(writer, (SubpageParagraphResult)paragraph, visualParent); 854private static void DumpSubpageParagraphResult(XmlTextWriter writer, SubpageParagraphResult paragraph, Visual visualParent)
MS\Internal\PtsHost\CellParaClient.cs (2)
324SubpageParagraphResult paragraphResult = (SubpageParagraphResult)(CreateParagraphResult());