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)
265
public bool IsEmpty { get { return (
_dict
.Count == 0); } }
308
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
314
_dict
[propertyName] = pr;
321
_dict
.Remove(AllListenersKey);
330
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
338
_dict
.Remove(propertyName);
342
_dict
.Remove(AllListenersKey);
355
PropertyRecord pr = (PropertyRecord)
_dict
[propertyName];
357
PropertyRecord genericRecord = (PropertyRecord)
_dict
[String.Empty];
393
PropertyRecord pr = (PropertyRecord)
_dict
[AllListenersKey];
401
foreach (DictionaryEntry de in
_dict
)
411
foreach (DictionaryEntry de in
_dict
)
435
_dict
[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
460
ICollection ic =
_dict
.Keys;
470
PropertyRecord pr = (PropertyRecord)
_dict
[keys[i]];
480
_dict
.Remove(keys[i]);
495
IDictionaryEnumerator ide =
_dict
.GetEnumerator() as IDictionaryEnumerator;
522
_dict
.Remove(key);
544
_dict
.Remove(AllListenersKey);
559
foreach (DictionaryEntry de in
_dict
)