1 instantiation of FloaterParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\FloaterParaClient.cs (1)
490return new FloaterParagraphResult(this);
36 references to FloaterParagraphResult
PresentationFramework (36)
MS\Internal\Documents\TextDocumentView.cs (33)
829else if (paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult) 833if (paragraph is FloaterParagraphResult) 835FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1058else if (paragraph is FloaterParagraphResult) 1061FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1205else if (paragraph is FloaterParagraphResult) 1207FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1402Invariant.Assert(floatingElements[i] is FloaterParagraphResult || 1404if (floatingElements[i] is FloaterParagraphResult) 1407FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)floatingElements[i]; 1537else if (paragraph is FloaterParagraphResult) 1539FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1664else if (paragraph is FloaterParagraphResult) 1666FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1787else if (paragraph is FloaterParagraphResult) 1789FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 2382else if (paragraph is FloaterParagraphResult) 2384FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 2675Invariant.Assert(paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult); 2692FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 3188Invariant.Assert(paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult); 3205else if (paragraph is FloaterParagraphResult) 3207FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph;
MS\Internal\LayoutDump.cs (3)
708else if (paragraph is FloaterParagraphResult) 710DumpFloaterParagraphResult(writer, (FloaterParagraphResult)paragraph, visualParent); 772private static void DumpFloaterParagraphResult(XmlTextWriter writer, FloaterParagraphResult paragraph, Visual visualParent)