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)
94if (_spellerInterop != null) 96_spellerInterop.Dispose(); 192if (culture is not null && _spellerInterop.CanSpellCheck(culture)) 201_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 203_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 336object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 363_spellerInterop.UnloadDictionary(info.Lexicon); 384_spellerInterop.ReleaseAllLexicons(); 446if (_spellerInterop != null) 457_failedToInit = (_spellerInterop == null); 708_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 716_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 815if (_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, 1380segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1458_spellerInterop.SetLocale(culture); 1464_spellerInterop.SetReformMode(culture, _spellingReform); 1572object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);