7 references to UriMap
PresentationFramework (7)
System\Windows\Documents\Speller.cs (7)
327if (UriMap.ContainsKey(uri)) 337UriMap.Add(uri, new DictionaryInfo(pathUri, lexicon)); 356if (!UriMap.ContainsKey(uri)) 360DictionaryInfo info = UriMap[uri]; 370UriMap.Remove(uri); 385UriMap.Clear(); 1573UriMap.Add(item, new DictionaryInfo(tempLocationUri, lexicon));