2 writes to _spellerInterop
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
102_spellerInterop = null; 517_spellerInterop = SpellerInteropBase.CreateInstance();
21 references to _spellerInterop
PresentationFramework (21)
src\Framework\System\Windows\Documents\Speller.cs (21)
99if (_spellerInterop != null) 101_spellerInterop.Dispose(); 210if (culture == null || !_spellerInterop.CanSpellCheck(culture)) 223_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrorsWithSuggestions; 225_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 373object lexicon = _spellerInterop.LoadDictionary(pathUri.LocalPath); 407_spellerInterop.UnloadDictionary(info.Lexicon); 437_spellerInterop.ReleaseAllLexicons(); 508if (_spellerInterop != null) 519_failedToInit = (_spellerInterop == null); 775_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 783_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 887if (_spellerInterop.CanSpellCheck(culture)) 890_spellerInterop.Mode = SpellerInteropBase.SpellerMode.SpellingErrors; 898_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1189_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1218_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1460segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null); 1553_spellerInterop.SetLocale(culture); 1559_spellerInterop.SetReformMode(culture, _spellingReform); 1682object lexicon = _spellerInterop.LoadDictionary(tempLocationUri, tempFolder);