3 references to GetLineResults
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextParagraphView.cs (1)
525_lines = _owner.GetLineResults();
src\Framework\MS\Internal\LayoutDump.cs (1)
505ReadOnlyCollection<LineResult> lines = text.GetLineResults();
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
341lr = textElement.GetLineResults();