2 writes to _spellerInterop
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
97
_spellerInterop
= null;
455
_spellerInterop
= SpellerInteropBase.CreateInstance();
21 references to _spellerInterop
PresentationFramework (21)
System\Windows\Documents\Speller.cs (21)
94
if (
_spellerInterop
!= null)
96
_spellerInterop
.Dispose();
192
if (culture is not null &&
_spellerInterop
.CanSpellCheck(culture))
201
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions;
203
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
336
object lexicon =
_spellerInterop
.LoadDictionary(pathUri.LocalPath);
363
_spellerInterop
.UnloadDictionary(info.Lexicon);
384
_spellerInterop
.ReleaseAllLexicons();
446
if (
_spellerInterop
!= null)
457
_failedToInit = (
_spellerInterop
== null);
708
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
716
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
815
if (
_spellerInterop
.CanSpellCheck(culture))
818
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.SpellingErrors;
826
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1114
_spellerInterop
.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
1143
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null,
1380
segmentCount =
_spellerInterop
.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);
1458
_spellerInterop
.SetLocale(culture);
1464
_spellerInterop
.SetReformMode(culture, _spellingReform);
1572
object lexicon =
_spellerInterop
.LoadDictionary(tempLocationUri, tempFolder);