1 write to _dict
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
258_dict = new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
262public bool IsEmpty { get { return (_dict.Count == 0); } } 305PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 311_dict[propertyName] = pr; 318_dict.Remove(AllListenersKey); 327PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 335_dict.Remove(propertyName); 339_dict.Remove(AllListenersKey); 352PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 354PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 390PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 398foreach (DictionaryEntry de in _dict) 408foreach (DictionaryEntry de in _dict) 432_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list); 457ICollection ic = _dict.Keys; 467PropertyRecord pr = (PropertyRecord)_dict[keys[i]]; 477_dict.Remove(keys[i]); 492IDictionaryEnumerator ide = _dict.GetEnumerator() as IDictionaryEnumerator; 519_dict.Remove(key); 541_dict.Remove(AllListenersKey); 556foreach (DictionaryEntry de in _dict)