2 writes to _spellerInterop
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
90_spellerInterop = null; 447_spellerInterop = SpellerInteropBase.CreateInstance();
20 references to _spellerInterop
PresentationFramework (20)
System\Windows\Documents\Speller.cs (20)
89_spellerInterop?.Dispose(); 184if (culture is not null && _spellerInterop.CanSpellCheck(culture)) 193_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 195_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 328object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 355_spellerInterop.UnloadDictionary(info.Lexicon); 376_spellerInterop.ReleaseAllLexicons(); 438if (_spellerInterop != null) 449_failedToInit = (_spellerInterop == null); 697_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 705_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 804if (_spellerInterop.CanSpellCheck(culture)) 807_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors; 815_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1103_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1132_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1369segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1447_spellerInterop.SetLocale(culture); 1453_spellerInterop.SetReformMode(culture, _spellingReform); 1561object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);