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)
90if (_spellerInterop != null) 92_spellerInterop.Dispose(); 188if (culture is not null && _spellerInterop.CanSpellCheck(culture)) 197_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 199_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 332object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 359_spellerInterop.UnloadDictionary(info.Lexicon); 380_spellerInterop.ReleaseAllLexicons(); 442if (_spellerInterop != null) 453_failedToInit = (_spellerInterop == null); 701_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 709_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 808if (_spellerInterop.CanSpellCheck(culture)) 811_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors; 819_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1107_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1136_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1373segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1451_spellerInterop.SetLocale(culture); 1457_spellerInterop.SetReformMode(culture, _spellingReform); 1565object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);