2 writes to _customDictionaryFiles
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
52
_customDictionaryFiles
= new Dictionary<string, List<string>>();
542
_customDictionaryFiles
= null;
6 references to _customDictionaryFiles
PresentationFramework (6)
System\Windows\Documents\WinRTSpellerInterop.cs (6)
464
if (!
_customDictionaryFiles
.ContainsKey(ietfLanguageTag))
466
_customDictionaryFiles
[ietfLanguageTag] = new List<string>();
469
_customDictionaryFiles
[ietfLanguageTag].Add(lexiconPrivateCopyPath);
515
if (
_customDictionaryFiles
!= null)
517
foreach (KeyValuePair<string, List<string>> items in
_customDictionaryFiles
)
537
_customDictionaryFiles
.Clear();