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); 704_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 712_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 811if (_spellerInterop.CanSpellCheck(culture)) 814_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors; 822_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1110_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1139_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1376segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1454_spellerInterop.SetLocale(culture); 1460_spellerInterop.SetReformMode(culture, _spellingReform); 1568object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);