1 instantiation of UIElementParagraphResult
PresentationFramework (1)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
155return new UIElementParagraphResult(this);
9 references to UIElementParagraphResult
PresentationFramework (9)
MS\Internal\Documents\TextDocumentView.cs (6)
855else if (paragraph is UIElementParagraphResult) 1209else if (paragraph is UIElementParagraphResult) 1300else if (paragraphs[i] is UIElementParagraphResult) 1302paragraphGeometry = ((UIElementParagraphResult)paragraphs[i]).GetTightBoundingGeometryFromTextPositions(startPosition, endPosition); 2355else if (paragraph is UIElementParagraphResult) 2841else if (paragraphs[paragraphIndex] is UIElementParagraphResult)
MS\Internal\LayoutDump.cs (3)
713else if (paragraph is UIElementParagraphResult) 715DumpUIElementParagraphResult(writer, (UIElementParagraphResult)paragraph, visualParent); 791private static void DumpUIElementParagraphResult(XmlTextWriter writer, UIElementParagraphResult paragraph, Visual visualParent)