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