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)
505
ReadOnlyCollection<LineResult> lines = text.
GetLineResults
();
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
341
lr = textElement.
GetLineResults
();