3 references to GetPositionAtNextLine
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
2431positionOut = GetPositionAtNextLine(nestedParagraphs, position, suggestedX, ref count, out positionFound); 2553positionOut = GetPositionAtNextLine(nestedParagraphs, position, suggestedX - subpageParagraphResult.ContentOffset.X, ref count, out positionFound); 2691positionOut = GetPositionAtNextLine(columns[columnIndex].Paragraphs, position, suggestedX, ref count, out positionFound);