1 instantiation of UIElementParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
160
return new
UIElementParagraphResult
(this);
9 references to UIElementParagraphResult
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (6)
862
else if (paragraph is
UIElementParagraphResult
)
1235
else if (paragraph is
UIElementParagraphResult
)
1326
else if (paragraphs[i] is
UIElementParagraphResult
)
1328
paragraphGeometry = ((
UIElementParagraphResult
)paragraphs[i]).GetTightBoundingGeometryFromTextPositions(startPosition, endPosition);
2396
else if (paragraph is
UIElementParagraphResult
)
2885
else if (paragraphs[paragraphIndex] is
UIElementParagraphResult
)
MS\Internal\LayoutDump.cs (3)
715
else if (paragraph is
UIElementParagraphResult
)
717
DumpUIElementParagraphResult(writer, (
UIElementParagraphResult
)paragraph, visualParent);
793
private static void DumpUIElementParagraphResult(XmlTextWriter writer,
UIElementParagraphResult
paragraph, Visual visualParent)