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