5 references to GetNextTextPosition
PresentationFramework (5)
System\windows\Documents\TextEditorSpelling.cs (5)
62ITextPointer position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
68position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
83position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
92position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
316position = GetNextTextPosition(position, limit, LogicalDirection.Forward, out character);