3 references to GetNextLine
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
610FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, true, ref count); 908FixedNode[] fixedNodes = Container.FixedTextBuilder.GetNextLine(fixedp.Node, (scanDir == LogicalDirection.Forward), ref count);
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
415nodesInLine = _panel.FixedContainer.FixedTextBuilder.GetNextLine(nodesInLine[0], true, ref count);