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