1 instantiation of FloaterParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\FloaterParaClient.cs (1)
487
return new
FloaterParagraphResult
(this);
18 references to FloaterParagraphResult
PresentationFramework (18)
MS\Internal\Documents\TextDocumentView.cs (15)
825
else if (paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
)
829
if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1043
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult) // Subpage implies new coordinate system.
1183
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1378
Invariant.Assert(floatingElements[i] is
FloaterParagraphResult
||
1381
if (floatingElements[i] is
FloaterParagraphResult
floaterParagraphResult)
1508
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1632
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
1752
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
2344
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
2634
Invariant.Assert(paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
);
2651
FloaterParagraphResult
floaterParagraphResult = (
FloaterParagraphResult
)paragraph;
3145
Invariant.Assert(paragraph is FigureParagraphResult || paragraph is
FloaterParagraphResult
);
3161
else if (paragraph is
FloaterParagraphResult
floaterParagraphResult)
MS\Internal\LayoutDump.cs (3)
709
else if (paragraph is
FloaterParagraphResult
)
711
DumpFloaterParagraphResult(writer, (
FloaterParagraphResult
)paragraph, visualParent);
773
private static void DumpFloaterParagraphResult(XmlTextWriter writer,
FloaterParagraphResult
paragraph, Visual visualParent)