9 references to Lines
PresentationFramework (9)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (3)
509return (Lines.Count > 0 && !ContainsOnlyFloatingElements); 538if (Lines.Count == 0) 543else if (Lines.Count == 1)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (4)
786ReadOnlyCollection<LineResult> lines = ((TextParagraphResult)paragraph).Lines; 2339ReadOnlyCollection<LineResult> lines = ((TextParagraphResult)paragraph).Lines; 2491ReadOnlyCollection<LineResult> lines = ((TextParagraphResult)paragraphs[paragraphIndex]).Lines; 2966ReadOnlyCollection<LineResult> lines = paragraph.Lines;
src\Framework\MS\Internal\LayoutDump.cs (1)
749DumpLineResults(writer, paragraph.Lines, visual);
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
364lr = textParagraphResult.Lines;