7 references to UriMap
PresentationFramework (7)
System\Windows\Documents\Speller.cs (7)
340if (UriMap.ContainsKey(uri)) 350UriMap.Add(uri, new DictionaryInfo(pathUri, lexicon)); 369if (!UriMap.ContainsKey(uri)) 373DictionaryInfo info = UriMap[uri]; 383UriMap.Remove(uri); 398UriMap.Clear(); 1598UriMap.Add(item, new DictionaryInfo(tempLocationUri, lexicon));