1 instantiation of Speller
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
262
_speller = new
Speller
(this);
10 references to Speller
PresentationFramework (10)
System\Windows\Controls\CustomDictionarySources.cs (1)
330
private
Speller
Speller
System\Windows\Controls\TextBox.cs (1)
1044
if (
Speller
.IsSpellerAffectingProperty(e.Property) &&
System\Windows\Documents\SpellerError.cs (2)
30
internal SpellingError(
Speller
speller, ITextPointer start, ITextPointer end)
143
private readonly
Speller
_speller;
System\Windows\Documents\SpellerHighlightLayer.cs (2)
38
internal SpellerHighlightLayer(
Speller
speller)
245
private readonly
Speller
_speller;
System\windows\Documents\TextEditor.cs (2)
1115
internal
Speller
Speller
2011
private
Speller
_speller;
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
34
/// <see cref="
Speller
"/> has been marked as partial to enable
39
/// within Speller because we need access to the internals of <see cref="
Speller
.TextMap"/>