1 instantiation of FloaterParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\FloaterParaClient.cs (1)
495return new FloaterParagraphResult(this);
36 references to FloaterParagraphResult
PresentationFramework (36)
MS\Internal\Documents\TextDocumentView.cs (33)
831else if (paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult) 835if (paragraph is FloaterParagraphResult) 837FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1060else if (paragraph is FloaterParagraphResult) 1063FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1207else if (paragraph is FloaterParagraphResult) 1209FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1404Invariant.Assert(floatingElements[i] is FloaterParagraphResult || 1406if (floatingElements[i] is FloaterParagraphResult) 1409FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)floatingElements[i]; 1539else if (paragraph is FloaterParagraphResult) 1541FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1666else if (paragraph is FloaterParagraphResult) 1668FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 1789else if (paragraph is FloaterParagraphResult) 1791FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 2384else if (paragraph is FloaterParagraphResult) 2386FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 2677Invariant.Assert(paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult); 2694FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph; 3190Invariant.Assert(paragraph is FigureParagraphResult || paragraph is FloaterParagraphResult); 3207else if (paragraph is FloaterParagraphResult) 3209FloaterParagraphResult floaterParagraphResult = (FloaterParagraphResult)paragraph;
MS\Internal\LayoutDump.cs (3)
711else if (paragraph is FloaterParagraphResult) 713DumpFloaterParagraphResult(writer, (FloaterParagraphResult)paragraph, visualParent); 775private static void DumpFloaterParagraphResult(XmlTextWriter writer, FloaterParagraphResult paragraph, Visual visualParent)