1 instantiation of FloaterParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\FloaterParaClient.cs (1)
491
return new
FloaterParagraphResult
(this);
18 references to FloaterParagraphResult
PresentationFramework (18)
MS\Internal\Documents\TextDocumentView.cs (15)
826
else if (paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
)
830
if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1050
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult) // Subpage implies new coordinate system.
1193
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1388
Invariant.Assert(floatingElements[i] is
FloaterParagraphResult
||
1391
if (floatingElements[i] is
FloaterParagraphResult
floaterParagraphResult)
1518
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1642
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1762
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
2354
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
2644
Invariant.Assert(paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
);
2661
FloaterParagraphResult
floaterParagraphResult = (
FloaterParagraphResult
)paragraph;
3155
Invariant.Assert(paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
);
3171
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
MS\Internal\LayoutDump.cs (3)
710
else if (paragraph is
FloaterParagraphResult
)
712
DumpFloaterParagraphResult(writer, (
FloaterParagraphResult
)paragraph, visualParent);
774
private static void DumpFloaterParagraphResult(XmlTextWriter writer,
FloaterParagraphResult
paragraph, Visual visualParent)