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)
333private Speller Speller
src\Framework\System\Windows\Controls\TextBox.cs (1)
1035if (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)
30internal SpellingError(Speller speller, ITextPointer start, ITextPointer end) 151private readonly Speller _speller;
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (2)
38internal SpellerHighlightLayer(Speller speller) 245private readonly Speller _speller;
src\Framework\System\windows\Documents\TextEditor.cs (2)
1142internal Speller Speller 2062private Speller _speller;