2 writes to _customDictionaryFiles
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
53
_customDictionaryFiles
= new Dictionary<string, List<string>>();
543
_customDictionaryFiles
= null;
6 references to _customDictionaryFiles
PresentationFramework (6)
System\Windows\Documents\WinRTSpellerInterop.cs (6)
465
if (!
_customDictionaryFiles
.ContainsKey(ietfLanguageTag))
467
_customDictionaryFiles
[ietfLanguageTag] = new List<string>();
470
_customDictionaryFiles
[ietfLanguageTag].Add(lexiconPrivateCopyPath);
516
if (
_customDictionaryFiles
!= null)
518
foreach (KeyValuePair<string, List<string>> items in
_customDictionaryFiles
)
538
_customDictionaryFiles
.Clear();