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