2 writes to _spellerInterop
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
96_spellerInterop = null; 468_spellerInterop = SpellerInteropBase.CreateInstance();
21 references to _spellerInterop
PresentationFramework (21)
System\Windows\Documents\Speller.cs (21)
93if (_spellerInterop != null) 95_spellerInterop.Dispose(); 199if (culture == null || !_spellerInterop.CanSpellCheck(culture)) 212_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 214_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 349object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 376_spellerInterop.UnloadDictionary(info.Lexicon); 397_spellerInterop.ReleaseAllLexicons(); 459if (_spellerInterop != null) 470_failedToInit = (_spellerInterop == null); 721_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 729_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 828if (_spellerInterop.CanSpellCheck(culture)) 831_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors; 839_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1129_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1158_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1395segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1483_spellerInterop.SetLocale(culture); 1489_spellerInterop.SetReformMode(culture, _spellingReform); 1597object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);