3 references to GetNextErrorTransition
PresentationFramework (3)
System\Windows\Documents\Speller.cs (2)
246pointer = _statusTable.GetNextErrorTransition(pointer, LogicalDirection.Forward); 1330nextErrorTransition = _statusTable.GetNextErrorTransition(position.CreateStaticPointer(), direction);
System\Windows\Documents\SpellerHighlightLayer.cs (1)
78return _speller.StatusTable.GetNextErrorTransition(textPosition, direction);