1 instantiation of UIElementParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
156return new UIElementParagraphResult(this);
9 references to UIElementParagraphResult
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (6)
860else if (paragraph is UIElementParagraphResult) 1233else if (paragraph is UIElementParagraphResult) 1324else if (paragraphs[i] is UIElementParagraphResult) 1326paragraphGeometry = ((UIElementParagraphResult)paragraphs[i]).GetTightBoundingGeometryFromTextPositions(startPosition, endPosition); 2394else if (paragraph is UIElementParagraphResult) 2883else if (paragraphs[paragraphIndex] is UIElementParagraphResult)
MS\Internal\LayoutDump.cs (3)
712else if (paragraph is UIElementParagraphResult) 714DumpUIElementParagraphResult(writer, (UIElementParagraphResult)paragraph, visualParent); 790private static void DumpUIElementParagraphResult(XmlTextWriter writer, UIElementParagraphResult paragraph, Visual visualParent)