1 instantiation of Speller
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditor.cs (1)
272
_speller = new
Speller
(this);
9 references to Speller
PresentationFramework (9)
src\Framework\System\Windows\Controls\CustomDictionarySources.cs (1)
333
private
Speller
Speller
src\Framework\System\Windows\Controls\TextBox.cs (1)
1035
if (
Speller
.IsSpellerAffectingProperty(e.Property) &&
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
1091
/// related functionality to make <see cref="
Speller
.OnDictionaryUriAdded"/> TAS, and any changes
src\Framework\System\Windows\Documents\SpellerError.cs (2)
30
internal SpellingError(
Speller
speller, ITextPointer start, ITextPointer end)
151
private readonly
Speller
_speller;
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (2)
38
internal SpellerHighlightLayer(
Speller
speller)
245
private readonly
Speller
_speller;
src\Framework\System\windows\Documents\TextEditor.cs (2)
1142
internal
Speller
Speller
2062
private
Speller
_speller;