5 references to GetNextTextPosition
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditorSpelling.cs (5)
65ITextPointer position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
71position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
86position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
95position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
319position = GetNextTextPosition(position, limit, LogicalDirection.Forward, out character);