1 instantiation of UIElementParagraphResult
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
167
return new
UIElementParagraphResult
(this);
9 references to UIElementParagraphResult
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (6)
870
else if (paragraph is
UIElementParagraphResult
)
1243
else if (paragraph is
UIElementParagraphResult
)
1334
else if (paragraphs[i] is
UIElementParagraphResult
)
1336
paragraphGeometry = ((
UIElementParagraphResult
)paragraphs[i]).GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
2404
else if (paragraph is
UIElementParagraphResult
)
2894
else if (paragraphs[paragraphIndex] is
UIElementParagraphResult
)
src\Framework\MS\Internal\LayoutDump.cs (3)
718
else if (paragraph is
UIElementParagraphResult
)
720
DumpUIElementParagraphResult(writer, (
UIElementParagraphResult
)paragraph, visualParent);
796
private static void DumpUIElementParagraphResult(XmlTextWriter writer,
UIElementParagraphResult
paragraph, Visual visualParent)