2 writes to _spellerInterop
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
93
_spellerInterop
= null;
451
_spellerInterop
= SpellerInteropBase.CreateInstance();
21 references to _spellerInterop
PresentationFramework (21)
System\Windows\Documents\Speller.cs (21)
90
if (
_spellerInterop
!= null)
92
_spellerInterop
.Dispose();
188
if (culture is not null &&
_spellerInterop
.CanSpellCheck(culture))
197
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions;
199
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
332
object lexicon =
_spellerInterop
.LoadDictionary(pathUri.LocalPath);
359
_spellerInterop
.UnloadDictionary(info.Lexicon);
380
_spellerInterop
.ReleaseAllLexicons();
442
if (
_spellerInterop
!= null)
453
_failedToInit = (
_spellerInterop
== null);
704
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
712
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
811
if (
_spellerInterop
.CanSpellCheck(culture))
814
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrors;
822
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1110
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
1139
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
1376
segmentCount =
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);
1454
_spellerInterop
.SetLocale(culture);
1460
_spellerInterop
.SetReformMode(culture, _spellingReform);
1568
object lexicon =
_spellerInterop
.LoadDictionary(tempLocationUri, tempFolder);