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)
271
public bool IsEmpty { get { return (
_dict
.Count == 0); } }
314
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
320
_dict
[propertyName] = pr;
327
_dict
.Remove(AllListenersKey);
336
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
344
_dict
.Remove(propertyName);
348
_dict
.Remove(AllListenersKey);
361
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
363
PropertyRecord genericRecord = (PropertyRecord)
_dict
[String.Empty];
399
PropertyRecord pr = (PropertyRecord)
_dict
[AllListenersKey];
407
foreach (DictionaryEntry de in
_dict
)
417
foreach (DictionaryEntry de in
_dict
)
441
_dict
[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
466
ICollection ic =
_dict
.Keys;
476
PropertyRecord pr = (PropertyRecord)
_dict
[keys[i]];
486
_dict
.Remove(keys[i]);
501
IDictionaryEnumerator ide =
_dict
.GetEnumerator() as IDictionaryEnumerator;
528
_dict
.Remove(key);
550
_dict
.Remove(AllListenersKey);
565
foreach (DictionaryEntry de in
_dict
)