1 write to _dict
PresentationFramework (1)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
267_dict = new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
271public bool IsEmpty { get { return (_dict.Count == 0); } } 314PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 320_dict[propertyName] = pr; 327_dict.Remove(AllListenersKey); 336PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 344_dict.Remove(propertyName); 348_dict.Remove(AllListenersKey); 361PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 363PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 399PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 407foreach (DictionaryEntry de in _dict) 417foreach (DictionaryEntry de in _dict) 441_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list); 466ICollection ic = _dict.Keys; 476PropertyRecord pr = (PropertyRecord)_dict[keys[i]]; 486_dict.Remove(keys[i]); 501IDictionaryEnumerator ide = _dict.GetEnumerator() as IDictionaryEnumerator; 528_dict.Remove(key); 550_dict.Remove(AllListenersKey); 565foreach (DictionaryEntry de in _dict)