1 write to _speller
PresentationFramework (1)
src\Framework\System\Windows\Documents\SpellerError.cs (1)
34
_speller
= speller;
2 references to _speller
PresentationFramework (2)
src\Framework\System\Windows\Documents\SpellerError.cs (2)
76
_speller
.IgnoreAll(TextRangeBase.GetTextInternal(_start, _end));
99
IList suggestions =
_speller
.GetSuggestionsForError(this);