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)
856else if (paragraph is UIElementParagraphResult) 1210else if (paragraph is UIElementParagraphResult) 1301else if (paragraphs[i] is UIElementParagraphResult) 1303paragraphGeometry = ((UIElementParagraphResult)paragraphs[i]).GetTightBoundingGeometryFromTextPositions(startPosition, endPosition); 2356else if (paragraph is UIElementParagraphResult) 2842else if (paragraphs[paragraphIndex] is UIElementParagraphResult)
MS\Internal\LayoutDump.cs (3)
714else if (paragraph is UIElementParagraphResult) 716DumpUIElementParagraphResult(writer, (UIElementParagraphResult)paragraph, visualParent); 792private static void DumpUIElementParagraphResult(XmlTextWriter writer, UIElementParagraphResult paragraph, Visual visualParent)