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)
89if (_spellerInterop != null) 91_spellerInterop.Dispose(); 187if (culture is not null && _spellerInterop.CanSpellCheck(culture)) 196_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 198_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 331object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 358_spellerInterop.UnloadDictionary(info.Lexicon); 379_spellerInterop.ReleaseAllLexicons(); 441if (_spellerInterop != null) 452_failedToInit = (_spellerInterop == null); 700_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 708_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 807if (_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, 1372segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1450_spellerInterop.SetLocale(culture); 1456_spellerInterop.SetReformMode(culture, _spellingReform); 1564object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);