1 write to _dict
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
257_dict = new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
261public bool IsEmpty { get { return (_dict.Count == 0); } } 304PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 310_dict[propertyName] = pr; 317_dict.Remove(AllListenersKey); 326PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 334_dict.Remove(propertyName); 338_dict.Remove(AllListenersKey); 351PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 353PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 389PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 397foreach (DictionaryEntry de in _dict) 407foreach (DictionaryEntry de in _dict) 431_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list); 456ICollection ic = _dict.Keys; 466PropertyRecord pr = (PropertyRecord)_dict[keys[i]]; 476_dict.Remove(keys[i]); 491IDictionaryEnumerator ide = _dict.GetEnumerator() as IDictionaryEnumerator; 518_dict.Remove(key); 540_dict.Remove(AllListenersKey); 555foreach (DictionaryEntry de in _dict)