5 references to GetNextTextPosition
PresentationFramework (5)
System\windows\Documents\TextEditorSpelling.cs (5)
63ITextPointer position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
69position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
84position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
93position = GetNextTextPosition(This.Selection.Start, null /* limit */, direction, out character);
317position = GetNextTextPosition(position, limit, LogicalDirection.Forward, out character);