2 writes to _customDictionaryFiles
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
83_customDictionaryFiles = new Dictionary<string, List<string>>(); 630_customDictionaryFiles = null;
6 references to _customDictionaryFiles
PresentationFramework (6)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (6)
543if (!_customDictionaryFiles.ContainsKey(ietfLanguageTag)) 545_customDictionaryFiles[ietfLanguageTag] = new List<string>(); 548_customDictionaryFiles[ietfLanguageTag].Add(lexiconPrivateCopyPath); 601if (_customDictionaryFiles != null) 603foreach (KeyValuePair<string, List<string>> items in _customDictionaryFiles) 625_customDictionaryFiles.Clear();