7 references to UriMap
PresentationFramework (7)
System\Windows\Documents\Speller.cs (7)
323if (UriMap.ContainsKey(uri)) 333UriMap.Add(uri, new DictionaryInfo(pathUri, lexicon)); 352if (!UriMap.ContainsKey(uri)) 356DictionaryInfo info = UriMap[uri]; 366UriMap.Remove(uri); 381UriMap.Clear(); 1569UriMap.Add(item, new DictionaryInfo(tempLocationUri, lexicon));