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