2 writes to _spellerInterop
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
92
_spellerInterop
= null;
450
_spellerInterop
= SpellerInteropBase.CreateInstance();
21 references to _spellerInterop
PresentationFramework (21)
System\Windows\Documents\Speller.cs (21)
89
if (
_spellerInterop
!= null)
91
_spellerInterop
.Dispose();
187
if (culture is not null &&
_spellerInterop
.CanSpellCheck(culture))
196
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions;
198
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
331
object lexicon =
_spellerInterop
.LoadDictionary(pathUri.LocalPath);
358
_spellerInterop
.UnloadDictionary(info.Lexicon);
379
_spellerInterop
.ReleaseAllLexicons();
441
if (
_spellerInterop
!= null)
452
_failedToInit = (
_spellerInterop
== null);
700
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
708
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
807
if (
_spellerInterop
.CanSpellCheck(culture))
810
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrors;
818
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1106
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
1135
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
1372
segmentCount =
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);
1450
_spellerInterop
.SetLocale(culture);
1456
_spellerInterop
.SetReformMode(culture, _spellingReform);
1564
object lexicon =
_spellerInterop
.LoadDictionary(tempLocationUri, tempFolder);