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