1 write to _dict
PresentationFramework (1)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
261_dict = new HybridDictionary(true);
20 references to _dict
PresentationFramework (20)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (20)
265public bool IsEmpty { get { return (_dict.Count == 0); } } 308PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 314_dict[propertyName] = pr; 321_dict.Remove(AllListenersKey); 330PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 338_dict.Remove(propertyName); 342_dict.Remove(AllListenersKey); 355PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 357PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 393PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 401foreach (DictionaryEntry de in _dict) 411foreach (DictionaryEntry de in _dict) 435_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list); 460ICollection ic = _dict.Keys; 470PropertyRecord pr = (PropertyRecord)_dict[keys[i]]; 480_dict.Remove(keys[i]); 495IDictionaryEnumerator ide = _dict.GetEnumerator() as IDictionaryEnumerator; 522_dict.Remove(key); 544_dict.Remove(AllListenersKey); 559foreach (DictionaryEntry de in _dict)